blob: e224f3baa71e47a1357f5c0535e80af385cadbda [file] [log] [blame]
Ted Kremenekeca099b2010-12-08 23:43:14 +00001clang_CXCursorSet_contains
2clang_CXCursorSet_insert
Ted Kremenek9ada39a2010-05-17 20:06:56 +00003clang_CXXMethod_isStatic
Douglas Gregor211924b2011-05-12 15:17:24 +00004clang_CXXMethod_isVirtual
Ted Kremenek4c117722011-11-08 20:42:13 +00005clang_Cursor_getTranslationUnit
6clang_Cursor_isNull
7clang_Range_isNull
Dan Gohmane42e9872010-04-16 04:45:02 +00008clang_annotateTokens
Douglas Gregor1abc6bc2010-08-04 16:47:14 +00009clang_codeCompleteAt
Douglas Gregore081a612011-07-21 01:05:26 +000010clang_codeCompleteGetContainerKind
11clang_codeCompleteGetContainerUSR
Douglas Gregor3da626b2011-07-07 16:03:39 +000012clang_codeCompleteGetContexts
Ted Kremenek9503dce2011-09-20 19:02:45 +000013clang_codeCompleteGetDiagnostic
14clang_codeCompleteGetNumDiagnostics
Douglas Gregor0a47d692011-07-26 15:24:30 +000015clang_codeCompleteGetObjCSelector
Dan Gohmane42e9872010-04-16 04:45:02 +000016clang_constructUSR_ObjCCategory
17clang_constructUSR_ObjCClass
18clang_constructUSR_ObjCIvar
19clang_constructUSR_ObjCMethod
20clang_constructUSR_ObjCProperty
21clang_constructUSR_ObjCProtocol
Ted Kremenekeca099b2010-12-08 23:43:14 +000022clang_createCXCursorSet
Dan Gohmane42e9872010-04-16 04:45:02 +000023clang_createIndex
24clang_createTranslationUnit
25clang_createTranslationUnitFromSourceFile
Douglas Gregorcee235c2010-08-05 09:09:23 +000026clang_defaultCodeCompleteOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000027clang_defaultDiagnosticDisplayOptions
Ted Kremenek95f33552010-08-26 01:42:22 +000028clang_defaultEditingTranslationUnitOptions
Douglas Gregore1e13bf2010-08-11 15:58:42 +000029clang_defaultReparseOptions
Douglas Gregor19998442010-08-13 15:35:05 +000030clang_defaultSaveOptions
Ted Kremenekeca099b2010-12-08 23:43:14 +000031clang_disposeCXCursorSet
Ted Kremenekf7870022011-04-20 16:41:07 +000032clang_disposeCXTUResourceUsage
Dan Gohmane42e9872010-04-16 04:45:02 +000033clang_disposeCodeCompleteResults
34clang_disposeDiagnostic
35clang_disposeIndex
Douglas Gregor9f592342010-10-01 20:25:15 +000036clang_disposeOverriddenCursors
Dan Gohmane42e9872010-04-16 04:45:02 +000037clang_disposeString
38clang_disposeTokens
39clang_disposeTranslationUnit
40clang_enableStackTraces
41clang_equalCursors
42clang_equalLocations
Douglas Gregorab4e83b2011-07-23 19:35:14 +000043clang_equalRanges
Ted Kremenek8e0ac172010-05-14 21:29:26 +000044clang_equalTypes
Ted Kremenekeca099b2010-12-08 23:43:14 +000045clang_executeOnThread
Argyrios Kyrtzidisaed123e2011-10-06 07:00:54 +000046clang_findReferencesInFile
47clang_findReferencesInFileWithBlock
Dan Gohmane42e9872010-04-16 04:45:02 +000048clang_formatDiagnostic
Argyrios Kyrtzidis5f0bfc52011-09-27 17:44:34 +000049clang_getArrayElementType
50clang_getArraySize
Dan Gohmane42e9872010-04-16 04:45:02 +000051clang_getCString
Ted Kremenekf7870022011-04-20 16:41:07 +000052clang_getCXTUResourceUsage
Ted Kremenek3064ef92010-08-27 21:34:58 +000053clang_getCXXAccessSpecifier
Douglas Gregor1a9d0502010-11-19 23:44:15 +000054clang_getCanonicalCursor
Ted Kremenek9ada39a2010-05-17 20:06:56 +000055clang_getCanonicalType
Dan Gohmane42e9872010-04-16 04:45:02 +000056clang_getClangVersion
Erik Verbruggen6164ea12011-10-14 15:31:08 +000057clang_getCompletionAnnotation
Ted Kremenek4c117722011-11-08 20:42:13 +000058clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000059clang_getCompletionChunkCompletionString
60clang_getCompletionChunkKind
61clang_getCompletionChunkText
Erik Verbruggen6164ea12011-10-14 15:31:08 +000062clang_getCompletionNumAnnotations
Douglas Gregor12e13132010-05-26 22:00:08 +000063clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000064clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000065clang_getCursorAvailability
Douglas Gregor8fa0a802011-08-04 20:04:59 +000066clang_getCursorCompletionString
Dan Gohmane42e9872010-04-16 04:45:02 +000067clang_getCursorDefinition
Douglas Gregor358559d2010-10-02 22:49:11 +000068clang_getCursorDisplayName
Dan Gohmane42e9872010-04-16 04:45:02 +000069clang_getCursorExtent
70clang_getCursorKind
71clang_getCursorKindSpelling
72clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +000073clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +000074clang_getCursorLinkage
75clang_getCursorLocation
Ted Kremenek9503dce2011-09-20 19:02:45 +000076clang_getCursorReferenceNameRange
Dan Gohmane42e9872010-04-16 04:45:02 +000077clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000078clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +000079clang_getCursorSemanticParent
Ted Kremenek95f33552010-08-26 01:42:22 +000080clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000081clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +000082clang_getCursorUSR
David Chisnall5389f482010-12-30 14:05:53 +000083clang_getDeclObjCTypeEncoding
Dan Gohmane42e9872010-04-16 04:45:02 +000084clang_getDefinitionSpellingAndExtent
85clang_getDiagnostic
Douglas Gregoraa5f1352010-11-19 16:18:16 +000086clang_getDiagnosticCategory
87clang_getDiagnosticCategoryName
Dan Gohmane42e9872010-04-16 04:45:02 +000088clang_getDiagnosticFixIt
89clang_getDiagnosticLocation
90clang_getDiagnosticNumFixIts
91clang_getDiagnosticNumRanges
Douglas Gregoraa5f1352010-11-19 16:18:16 +000092clang_getDiagnosticOption
Dan Gohmane42e9872010-04-16 04:45:02 +000093clang_getDiagnosticRange
94clang_getDiagnosticSeverity
95clang_getDiagnosticSpelling
Eli Friedmand22718c2011-11-01 22:25:07 +000096clang_getExpansionLocation
Dan Gohmane42e9872010-04-16 04:45:02 +000097clang_getFile
98clang_getFileName
99clang_getFileTime
Ted Kremenek95f33552010-08-26 01:42:22 +0000100clang_getIBOutletCollectionType
Douglas Gregorecdcb882010-10-20 22:00:55 +0000101clang_getIncludedFile
Dan Gohmane42e9872010-04-16 04:45:02 +0000102clang_getInclusions
103clang_getInstantiationLocation
104clang_getLocation
David Chisnall83889a72010-10-15 17:07:39 +0000105clang_getLocationForOffset
Dan Gohmane42e9872010-04-16 04:45:02 +0000106clang_getNullCursor
107clang_getNullLocation
108clang_getNullRange
109clang_getNumCompletionChunks
110clang_getNumDiagnostics
Douglas Gregor1f60d9e2010-09-13 22:52:57 +0000111clang_getNumOverloadedDecls
112clang_getOverloadedDecl
Douglas Gregor9f592342010-10-01 20:25:15 +0000113clang_getOverriddenCursors
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000114clang_getPointeeType
Argyrios Kyrtzidise6be34d2011-09-13 21:49:08 +0000115clang_getPresumedLocation
Dan Gohmane42e9872010-04-16 04:45:02 +0000116clang_getRange
117clang_getRangeEnd
118clang_getRangeStart
Ted Kremenek9503dce2011-09-20 19:02:45 +0000119clang_getRemappings
Ted Kremenek04c3cf32010-06-21 20:15:39 +0000120clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +0000121clang_getSpecializedCursorTemplate
Douglas Gregora9b06d42010-11-09 06:24:54 +0000122clang_getSpellingLocation
Ted Kremenekf7870022011-04-20 16:41:07 +0000123clang_getTUResourceUsageName
Douglas Gregor49f6f542010-08-31 22:12:17 +0000124clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +0000125clang_getTokenExtent
126clang_getTokenKind
127clang_getTokenLocation
128clang_getTokenSpelling
129clang_getTranslationUnitCursor
130clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000131clang_getTypeDeclaration
132clang_getTypeKindSpelling
Douglas Gregor9ce55842010-11-20 00:09:34 +0000133clang_hashCursor
Argyrios Kyrtzidis4e7064f2011-10-17 19:48:19 +0000134clang_indexLoc_getCXSourceLocation
135clang_indexLoc_getFileLocation
136clang_indexTranslationUnit
Douglas Gregor8be80e12011-07-06 03:00:34 +0000137clang_isAttribute
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000138clang_isConstQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000139clang_isCursorDefinition
140clang_isDeclaration
141clang_isExpression
Douglas Gregordd3e5542011-05-04 00:14:37 +0000142clang_isFileMultipleIncludeGuarded
Dan Gohmane42e9872010-04-16 04:45:02 +0000143clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +0000144clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +0000145clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000146clang_isReference
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000147clang_isRestrictQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000148clang_isStatement
149clang_isTranslationUnit
150clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000151clang_isVirtualBase
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000152clang_isVolatileQualifiedType
Douglas Gregor5a430212010-07-21 18:52:53 +0000153clang_parseTranslationUnit
Ted Kremenek9503dce2011-09-20 19:02:45 +0000154clang_remap_dispose
155clang_remap_getFilenames
156clang_remap_getNumFiles
Douglas Gregorabc563f2010-07-19 21:46:24 +0000157clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000158clang_saveTranslationUnit
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000159clang_sortCodeCompletionResults
Ted Kremenekd2427dd2011-03-18 23:05:39 +0000160clang_toggleCrashRecovery
Dan Gohmane42e9872010-04-16 04:45:02 +0000161clang_tokenize
162clang_visitChildren
David Chisnall3387c652010-11-03 14:12:26 +0000163clang_visitChildrenWithBlock