blob: 594a7969e3975eb142748482134953f60ef97d23 [file] [log] [blame]
Ted Kremenekeca099b2010-12-08 23:43:14 +00001clang_CXCursorSet_contains
2clang_CXCursorSet_insert
Argyrios Kyrtzidisfdc17952012-03-28 02:18:05 +00003clang_CXIndex_getGlobalOptions
4clang_CXIndex_setGlobalOptions
Ted Kremenek9ada39a2010-05-17 20:06:56 +00005clang_CXXMethod_isStatic
Douglas Gregor211924b2011-05-12 15:17:24 +00006clang_CXXMethod_isVirtual
Argyrios Kyrtzidisd98ef9a2012-04-11 19:32:19 +00007clang_Cursor_getArgument
8clang_Cursor_getNumArguments
Ted Kremenek78d5d3b2012-04-12 00:03:31 +00009clang_Cursor_getObjCSelectorIndex
Argyrios Kyrtzidisba1da142012-03-30 20:58:35 +000010clang_Cursor_getSpellingNameRange
Ted Kremenek4c117722011-11-08 20:42:13 +000011clang_Cursor_getTranslationUnit
12clang_Cursor_isNull
Ted Kremenek52a9b5a2011-12-09 22:28:29 +000013clang_IndexAction_create
14clang_IndexAction_dispose
Ted Kremenek4c117722011-11-08 20:42:13 +000015clang_Range_isNull
Dan Gohmane42e9872010-04-16 04:45:02 +000016clang_annotateTokens
Douglas Gregor1abc6bc2010-08-04 16:47:14 +000017clang_codeCompleteAt
Douglas Gregore081a612011-07-21 01:05:26 +000018clang_codeCompleteGetContainerKind
19clang_codeCompleteGetContainerUSR
Douglas Gregor3da626b2011-07-07 16:03:39 +000020clang_codeCompleteGetContexts
Ted Kremenek9503dce2011-09-20 19:02:45 +000021clang_codeCompleteGetDiagnostic
22clang_codeCompleteGetNumDiagnostics
Douglas Gregor0a47d692011-07-26 15:24:30 +000023clang_codeCompleteGetObjCSelector
Dan Gohmane42e9872010-04-16 04:45:02 +000024clang_constructUSR_ObjCCategory
25clang_constructUSR_ObjCClass
26clang_constructUSR_ObjCIvar
27clang_constructUSR_ObjCMethod
28clang_constructUSR_ObjCProperty
29clang_constructUSR_ObjCProtocol
Ted Kremenekeca099b2010-12-08 23:43:14 +000030clang_createCXCursorSet
Dan Gohmane42e9872010-04-16 04:45:02 +000031clang_createIndex
32clang_createTranslationUnit
33clang_createTranslationUnitFromSourceFile
Douglas Gregorcee235c2010-08-05 09:09:23 +000034clang_defaultCodeCompleteOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000035clang_defaultDiagnosticDisplayOptions
Ted Kremenek95f33552010-08-26 01:42:22 +000036clang_defaultEditingTranslationUnitOptions
Douglas Gregore1e13bf2010-08-11 15:58:42 +000037clang_defaultReparseOptions
Douglas Gregor19998442010-08-13 15:35:05 +000038clang_defaultSaveOptions
Ted Kremenekeca099b2010-12-08 23:43:14 +000039clang_disposeCXCursorSet
Ted Kremenekf7870022011-04-20 16:41:07 +000040clang_disposeCXTUResourceUsage
Dan Gohmane42e9872010-04-16 04:45:02 +000041clang_disposeCodeCompleteResults
42clang_disposeDiagnostic
Ted Kremenek15322172011-11-10 08:43:12 +000043clang_disposeDiagnosticSet
Dan Gohmane42e9872010-04-16 04:45:02 +000044clang_disposeIndex
Douglas Gregor9f592342010-10-01 20:25:15 +000045clang_disposeOverriddenCursors
Douglas Gregorcc889662012-05-08 00:14:45 +000046clang_disposeCXPlatformAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000047clang_disposeString
48clang_disposeTokens
49clang_disposeTranslationUnit
50clang_enableStackTraces
51clang_equalCursors
52clang_equalLocations
Douglas Gregorab4e83b2011-07-23 19:35:14 +000053clang_equalRanges
Ted Kremenek8e0ac172010-05-14 21:29:26 +000054clang_equalTypes
Ted Kremenekeca099b2010-12-08 23:43:14 +000055clang_executeOnThread
Argyrios Kyrtzidisaed123e2011-10-06 07:00:54 +000056clang_findReferencesInFile
57clang_findReferencesInFileWithBlock
Dan Gohmane42e9872010-04-16 04:45:02 +000058clang_formatDiagnostic
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +000059clang_getArgType
Argyrios Kyrtzidis5f0bfc52011-09-27 17:44:34 +000060clang_getArrayElementType
61clang_getArraySize
Dan Gohmane42e9872010-04-16 04:45:02 +000062clang_getCString
Ted Kremenekf7870022011-04-20 16:41:07 +000063clang_getCXTUResourceUsage
Ted Kremenek3064ef92010-08-27 21:34:58 +000064clang_getCXXAccessSpecifier
Douglas Gregor1a9d0502010-11-19 23:44:15 +000065clang_getCanonicalCursor
Ted Kremenek9ada39a2010-05-17 20:06:56 +000066clang_getCanonicalType
Ted Kremenek15322172011-11-10 08:43:12 +000067clang_getChildDiagnostics
Dan Gohmane42e9872010-04-16 04:45:02 +000068clang_getClangVersion
Erik Verbruggen6164ea12011-10-14 15:31:08 +000069clang_getCompletionAnnotation
Ted Kremenek4c117722011-11-08 20:42:13 +000070clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000071clang_getCompletionChunkCompletionString
72clang_getCompletionChunkKind
73clang_getCompletionChunkText
Erik Verbruggen6164ea12011-10-14 15:31:08 +000074clang_getCompletionNumAnnotations
Douglas Gregorba103062012-03-27 23:34:16 +000075clang_getCompletionParent
Douglas Gregor12e13132010-05-26 22:00:08 +000076clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000077clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000078clang_getCursorAvailability
Douglas Gregor8fa0a802011-08-04 20:04:59 +000079clang_getCursorCompletionString
Dan Gohmane42e9872010-04-16 04:45:02 +000080clang_getCursorDefinition
Douglas Gregor358559d2010-10-02 22:49:11 +000081clang_getCursorDisplayName
Dan Gohmane42e9872010-04-16 04:45:02 +000082clang_getCursorExtent
83clang_getCursorKind
84clang_getCursorKindSpelling
85clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +000086clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +000087clang_getCursorLinkage
88clang_getCursorLocation
Douglas Gregorcc889662012-05-08 00:14:45 +000089clang_getCursorPlatformAvailability
Ted Kremenek9503dce2011-09-20 19:02:45 +000090clang_getCursorReferenceNameRange
Dan Gohmane42e9872010-04-16 04:45:02 +000091clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000092clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +000093clang_getCursorSemanticParent
Ted Kremenek95f33552010-08-26 01:42:22 +000094clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000095clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +000096clang_getCursorUSR
David Chisnall5389f482010-12-30 14:05:53 +000097clang_getDeclObjCTypeEncoding
Dan Gohmane42e9872010-04-16 04:45:02 +000098clang_getDefinitionSpellingAndExtent
99clang_getDiagnostic
Douglas Gregoraa5f1352010-11-19 16:18:16 +0000100clang_getDiagnosticCategory
101clang_getDiagnosticCategoryName
Ted Kremenek78d5d3b2012-04-12 00:03:31 +0000102clang_getDiagnosticCategoryText
Dan Gohmane42e9872010-04-16 04:45:02 +0000103clang_getDiagnosticFixIt
Ted Kremenek15322172011-11-10 08:43:12 +0000104clang_getDiagnosticInSet
Dan Gohmane42e9872010-04-16 04:45:02 +0000105clang_getDiagnosticLocation
106clang_getDiagnosticNumFixIts
107clang_getDiagnosticNumRanges
Douglas Gregoraa5f1352010-11-19 16:18:16 +0000108clang_getDiagnosticOption
Dan Gohmane42e9872010-04-16 04:45:02 +0000109clang_getDiagnosticRange
Ted Kremenek0373fcc2011-12-09 22:28:32 +0000110clang_getDiagnosticSetFromTU
Dan Gohmane42e9872010-04-16 04:45:02 +0000111clang_getDiagnosticSeverity
112clang_getDiagnosticSpelling
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000113clang_getElementType
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000114clang_getEnumConstantDeclUnsignedValue
Ted Kremenek52a9b5a2011-12-09 22:28:29 +0000115clang_getEnumConstantDeclValue
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000116clang_getEnumDeclIntegerType
Eli Friedmand22718c2011-11-01 22:25:07 +0000117clang_getExpansionLocation
Dan Gohmane42e9872010-04-16 04:45:02 +0000118clang_getFile
119clang_getFileName
120clang_getFileTime
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000121clang_getFunctionTypeCallingConv
Ted Kremenek95f33552010-08-26 01:42:22 +0000122clang_getIBOutletCollectionType
Douglas Gregorecdcb882010-10-20 22:00:55 +0000123clang_getIncludedFile
Dan Gohmane42e9872010-04-16 04:45:02 +0000124clang_getInclusions
125clang_getInstantiationLocation
126clang_getLocation
David Chisnall83889a72010-10-15 17:07:39 +0000127clang_getLocationForOffset
Dan Gohmane42e9872010-04-16 04:45:02 +0000128clang_getNullCursor
129clang_getNullLocation
130clang_getNullRange
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000131clang_getNumArgTypes
Dan Gohmane42e9872010-04-16 04:45:02 +0000132clang_getNumCompletionChunks
133clang_getNumDiagnostics
Ted Kremenek15322172011-11-10 08:43:12 +0000134clang_getNumDiagnosticsInSet
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000135clang_getNumElements
Douglas Gregor1f60d9e2010-09-13 22:52:57 +0000136clang_getNumOverloadedDecls
137clang_getOverloadedDecl
Douglas Gregor9f592342010-10-01 20:25:15 +0000138clang_getOverriddenCursors
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000139clang_getPointeeType
Argyrios Kyrtzidise6be34d2011-09-13 21:49:08 +0000140clang_getPresumedLocation
Dan Gohmane42e9872010-04-16 04:45:02 +0000141clang_getRange
142clang_getRangeEnd
143clang_getRangeStart
Ted Kremenek9503dce2011-09-20 19:02:45 +0000144clang_getRemappings
Ted Kremenek30660a82012-03-06 20:06:33 +0000145clang_getRemappingsFromFileList
Ted Kremenek04c3cf32010-06-21 20:15:39 +0000146clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +0000147clang_getSpecializedCursorTemplate
Douglas Gregora9b06d42010-11-09 06:24:54 +0000148clang_getSpellingLocation
Ted Kremenekf7870022011-04-20 16:41:07 +0000149clang_getTUResourceUsageName
Douglas Gregor49f6f542010-08-31 22:12:17 +0000150clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +0000151clang_getTokenExtent
152clang_getTokenKind
153clang_getTokenLocation
154clang_getTokenSpelling
155clang_getTranslationUnitCursor
156clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000157clang_getTypeDeclaration
158clang_getTypeKindSpelling
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000159clang_getTypedefDeclUnderlyingType
Douglas Gregor9ce55842010-11-20 00:09:34 +0000160clang_hashCursor
Ted Kremenek52a9b5a2011-12-09 22:28:29 +0000161clang_indexLoc_getCXSourceLocation
162clang_indexLoc_getFileLocation
163clang_indexSourceFile
164clang_indexTranslationUnit
165clang_index_getCXXClassDeclInfo
Argyrios Kyrtzidis2957e6f2011-11-22 07:24:51 +0000166clang_index_getClientContainer
167clang_index_getClientEntity
Argyrios Kyrtzidisb395c632011-11-18 00:26:51 +0000168clang_index_getIBOutletCollectionAttrInfo
Argyrios Kyrtzidisdd93c592011-11-11 00:23:36 +0000169clang_index_getObjCCategoryDeclInfo
170clang_index_getObjCContainerDeclInfo
Argyrios Kyrtzidis6ec43ad2011-11-12 02:16:30 +0000171clang_index_getObjCInterfaceDeclInfo
Argyrios Kyrtzidis792db262012-02-28 17:50:33 +0000172clang_index_getObjCPropertyDeclInfo
Argyrios Kyrtzidisc71d5542011-11-14 22:39:19 +0000173clang_index_getObjCProtocolRefListInfo
Argyrios Kyrtzidisdd93c592011-11-11 00:23:36 +0000174clang_index_isEntityObjCContainerKind
Argyrios Kyrtzidis2957e6f2011-11-22 07:24:51 +0000175clang_index_setClientContainer
176clang_index_setClientEntity
Douglas Gregor8be80e12011-07-06 03:00:34 +0000177clang_isAttribute
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000178clang_isConstQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000179clang_isCursorDefinition
180clang_isDeclaration
181clang_isExpression
Douglas Gregordd3e5542011-05-04 00:14:37 +0000182clang_isFileMultipleIncludeGuarded
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000183clang_isFunctionTypeVariadic
Dan Gohmane42e9872010-04-16 04:45:02 +0000184clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +0000185clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +0000186clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000187clang_isReference
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000188clang_isRestrictQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000189clang_isStatement
190clang_isTranslationUnit
191clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000192clang_isVirtualBase
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000193clang_isVolatileQualifiedType
Ted Kremenek15322172011-11-10 08:43:12 +0000194clang_loadDiagnostics
Douglas Gregor5a430212010-07-21 18:52:53 +0000195clang_parseTranslationUnit
Ted Kremenek9503dce2011-09-20 19:02:45 +0000196clang_remap_dispose
197clang_remap_getFilenames
198clang_remap_getNumFiles
Douglas Gregorabc563f2010-07-19 21:46:24 +0000199clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000200clang_saveTranslationUnit
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000201clang_sortCodeCompletionResults
Ted Kremenekd2427dd2011-03-18 23:05:39 +0000202clang_toggleCrashRecovery
Dan Gohmane42e9872010-04-16 04:45:02 +0000203clang_tokenize
204clang_visitChildren
David Chisnall3387c652010-11-03 14:12:26 +0000205clang_visitChildrenWithBlock