blob: f82c190afeee734ad21b93160b5aa6a7de7c7cb3 [file] [log] [blame]
Ted Kremenekbbedd062010-12-08 23:43:14 +00001clang_CXCursorSet_contains
2clang_CXCursorSet_insert
Ted Kremenek9cfe9e62010-05-17 20:06:56 +00003clang_CXXMethod_isStatic
Douglas Gregor9519d922011-05-12 15:17:24 +00004clang_CXXMethod_isVirtual
Dan Gohman314ca582010-04-16 04:45:02 +00005clang_annotateTokens
Douglas Gregor8e984da2010-08-04 16:47:14 +00006clang_codeCompleteAt
Dan Gohman314ca582010-04-16 04:45:02 +00007clang_codeCompleteGetDiagnostic
8clang_codeCompleteGetNumDiagnostics
Douglas Gregor63745d52011-07-21 01:05:26 +00009clang_codeCompleteGetContainerKind
10clang_codeCompleteGetContainerUSR
Douglas Gregor21325842011-07-07 16:03:39 +000011clang_codeCompleteGetContexts
Dan Gohman314ca582010-04-16 04:45:02 +000012clang_constructUSR_ObjCCategory
13clang_constructUSR_ObjCClass
14clang_constructUSR_ObjCIvar
15clang_constructUSR_ObjCMethod
16clang_constructUSR_ObjCProperty
17clang_constructUSR_ObjCProtocol
Ted Kremenekbbedd062010-12-08 23:43:14 +000018clang_createCXCursorSet
Dan Gohman314ca582010-04-16 04:45:02 +000019clang_createIndex
20clang_createTranslationUnit
21clang_createTranslationUnitFromSourceFile
Douglas Gregorb68bc592010-08-05 09:09:23 +000022clang_defaultCodeCompleteOptions
Dan Gohman314ca582010-04-16 04:45:02 +000023clang_defaultDiagnosticDisplayOptions
Ted Kremeneka5940822010-08-26 01:42:22 +000024clang_defaultEditingTranslationUnitOptions
Douglas Gregorde051182010-08-11 15:58:42 +000025clang_defaultReparseOptions
Douglas Gregor6bb92ec2010-08-13 15:35:05 +000026clang_defaultSaveOptions
Ted Kremenekbbedd062010-12-08 23:43:14 +000027clang_disposeCXCursorSet
Ted Kremenek23324122011-04-20 16:41:07 +000028clang_disposeCXTUResourceUsage
Dan Gohman314ca582010-04-16 04:45:02 +000029clang_disposeCodeCompleteResults
30clang_disposeDiagnostic
31clang_disposeIndex
Douglas Gregor99a26af2010-10-01 20:25:15 +000032clang_disposeOverriddenCursors
Dan Gohman314ca582010-04-16 04:45:02 +000033clang_disposeString
34clang_disposeTokens
35clang_disposeTranslationUnit
36clang_enableStackTraces
37clang_equalCursors
38clang_equalLocations
Ted Kremenek6bca9842010-05-14 21:29:26 +000039clang_equalTypes
Ted Kremenekbbedd062010-12-08 23:43:14 +000040clang_executeOnThread
Dan Gohman314ca582010-04-16 04:45:02 +000041clang_formatDiagnostic
42clang_getCString
Ted Kremenek23324122011-04-20 16:41:07 +000043clang_getCXTUResourceUsage
Ted Kremenekae9e2212010-08-27 21:34:58 +000044clang_getCXXAccessSpecifier
Douglas Gregorfec4dc92010-11-19 23:44:15 +000045clang_getCanonicalCursor
Ted Kremenek9cfe9e62010-05-17 20:06:56 +000046clang_getCanonicalType
Dan Gohman314ca582010-04-16 04:45:02 +000047clang_getClangVersion
Douglas Gregorf757a122010-08-23 23:00:57 +000048clang_getCompletionAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000049clang_getCompletionChunkCompletionString
50clang_getCompletionChunkKind
51clang_getCompletionChunkText
Douglas Gregora2db7932010-05-26 22:00:08 +000052clang_getCompletionPriority
Dan Gohman314ca582010-04-16 04:45:02 +000053clang_getCursor
Douglas Gregorf757a122010-08-23 23:00:57 +000054clang_getCursorAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000055clang_getCursorDefinition
Douglas Gregor97c75712010-10-02 22:49:11 +000056clang_getCursorDisplayName
Dan Gohman314ca582010-04-16 04:45:02 +000057clang_getCursorExtent
58clang_getCursorKind
59clang_getCursorKindSpelling
60clang_getCursorLanguage
Douglas Gregor0576ce72010-09-22 21:22:29 +000061clang_getCursorLexicalParent
Dan Gohman314ca582010-04-16 04:45:02 +000062clang_getCursorLinkage
63clang_getCursorLocation
64clang_getCursorReferenced
Ted Kremenekc62ab8d2010-06-21 20:48:56 +000065clang_getCursorResultType
Douglas Gregor0576ce72010-09-22 21:22:29 +000066clang_getCursorSemanticParent
Ted Kremeneka5940822010-08-26 01:42:22 +000067clang_getCursorSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +000068clang_getCursorType
Dan Gohman314ca582010-04-16 04:45:02 +000069clang_getCursorUSR
David Chisnall50e4eba2010-12-30 14:05:53 +000070clang_getDeclObjCTypeEncoding
Dan Gohman314ca582010-04-16 04:45:02 +000071clang_getDefinitionSpellingAndExtent
72clang_getDiagnostic
Douglas Gregora750e8e2010-11-19 16:18:16 +000073clang_getDiagnosticCategory
74clang_getDiagnosticCategoryName
Dan Gohman314ca582010-04-16 04:45:02 +000075clang_getDiagnosticFixIt
76clang_getDiagnosticLocation
77clang_getDiagnosticNumFixIts
78clang_getDiagnosticNumRanges
Douglas Gregora750e8e2010-11-19 16:18:16 +000079clang_getDiagnosticOption
Dan Gohman314ca582010-04-16 04:45:02 +000080clang_getDiagnosticRange
81clang_getDiagnosticSeverity
82clang_getDiagnosticSpelling
83clang_getFile
84clang_getFileName
85clang_getFileTime
Ted Kremeneka5940822010-08-26 01:42:22 +000086clang_getIBOutletCollectionType
Douglas Gregor796d76a2010-10-20 22:00:55 +000087clang_getIncludedFile
Dan Gohman314ca582010-04-16 04:45:02 +000088clang_getInclusions
89clang_getInstantiationLocation
90clang_getLocation
David Chisnall2e16ac52010-10-15 17:07:39 +000091clang_getLocationForOffset
Dan Gohman314ca582010-04-16 04:45:02 +000092clang_getNullCursor
93clang_getNullLocation
94clang_getNullRange
95clang_getNumCompletionChunks
96clang_getNumDiagnostics
Douglas Gregor16a2bdd2010-09-13 22:52:57 +000097clang_getNumOverloadedDecls
98clang_getOverloadedDecl
Douglas Gregor99a26af2010-10-01 20:25:15 +000099clang_getOverriddenCursors
Ted Kremenek6bca9842010-05-14 21:29:26 +0000100clang_getPointeeType
Dan Gohman314ca582010-04-16 04:45:02 +0000101clang_getRange
102clang_getRangeEnd
103clang_getRangeStart
Ted Kremenekc1508872010-06-21 20:15:39 +0000104clang_getResultType
Douglas Gregord3f48bd2010-09-02 00:07:54 +0000105clang_getSpecializedCursorTemplate
Douglas Gregor229bebd2010-11-09 06:24:54 +0000106clang_getSpellingLocation
Ted Kremenek23324122011-04-20 16:41:07 +0000107clang_getTUResourceUsageName
Douglas Gregorf11309e2010-08-31 22:12:17 +0000108clang_getTemplateCursorKind
Dan Gohman314ca582010-04-16 04:45:02 +0000109clang_getTokenExtent
110clang_getTokenKind
111clang_getTokenLocation
112clang_getTokenSpelling
113clang_getTranslationUnitCursor
114clang_getTranslationUnitSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +0000115clang_getTypeDeclaration
116clang_getTypeKindSpelling
Douglas Gregor06a3f302010-11-20 00:09:34 +0000117clang_hashCursor
Douglas Gregora98034a2011-07-06 03:00:34 +0000118clang_isAttribute
Douglas Gregor56a63802011-01-27 16:27:11 +0000119clang_isConstQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000120clang_isCursorDefinition
121clang_isDeclaration
122clang_isExpression
Douglas Gregor37aa4932011-05-04 00:14:37 +0000123clang_isFileMultipleIncludeGuarded
Dan Gohman314ca582010-04-16 04:45:02 +0000124clang_isInvalid
Ted Kremenek0c7476a2010-07-30 00:14:11 +0000125clang_isPODType
Ted Kremeneka5940822010-08-26 01:42:22 +0000126clang_isPreprocessing
Dan Gohman314ca582010-04-16 04:45:02 +0000127clang_isReference
Douglas Gregor56a63802011-01-27 16:27:11 +0000128clang_isRestrictQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000129clang_isStatement
130clang_isTranslationUnit
131clang_isUnexposed
Ted Kremenekae9e2212010-08-27 21:34:58 +0000132clang_isVirtualBase
Douglas Gregor56a63802011-01-27 16:27:11 +0000133clang_isVolatileQualifiedType
Douglas Gregor99d2cf42010-07-21 18:52:53 +0000134clang_parseTranslationUnit
Douglas Gregoraa21cc42010-07-19 21:46:24 +0000135clang_reparseTranslationUnit
Douglas Gregore9386682010-08-13 05:36:37 +0000136clang_saveTranslationUnit
Douglas Gregor49f67ce2010-08-26 13:48:20 +0000137clang_sortCodeCompletionResults
Ted Kremenek1ec7b332011-03-18 23:05:39 +0000138clang_toggleCrashRecovery
Dan Gohman314ca582010-04-16 04:45:02 +0000139clang_tokenize
140clang_visitChildren
David Chisnallb2aa0ef2010-11-03 14:12:26 +0000141clang_visitChildrenWithBlock
Argyrios Kyrtzidisf89cc692011-07-11 20:15:00 +0000142clang_getRemappings
143clang_remap_getNumFiles
144clang_remap_getFilenames
145clang_remap_dispose