blob: d99f24ef038201eb56b51280120d3cd496628e41 [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
Dmitri Gribenko2d44d772012-06-26 20:39:18 +00008clang_Cursor_getBriefCommentText
Dmitri Gribenkoaa0cd852012-06-20 00:34:58 +00009clang_Cursor_getCommentRange
Dmitri Gribenkoae99b752012-07-20 21:34:34 +000010clang_Cursor_getParsedComment
Dmitri Gribenkoaa0cd852012-06-20 00:34:58 +000011clang_Cursor_getRawCommentText
Argyrios Kyrtzidisd98ef9a2012-04-11 19:32:19 +000012clang_Cursor_getNumArguments
Ted Kremenek78d5d3b2012-04-12 00:03:31 +000013clang_Cursor_getObjCSelectorIndex
Argyrios Kyrtzidisba1da142012-03-30 20:58:35 +000014clang_Cursor_getSpellingNameRange
Ted Kremenek4c117722011-11-08 20:42:13 +000015clang_Cursor_getTranslationUnit
Argyrios Kyrtzidise4a990f2012-11-01 02:01:34 +000016clang_Cursor_getReceiverType
Argyrios Kyrtzidisf39a7ae2012-07-02 23:54:36 +000017clang_Cursor_isDynamicCall
Ted Kremenek4c117722011-11-08 20:42:13 +000018clang_Cursor_isNull
Argyrios Kyrtzidis5d04b1a2012-10-05 00:22:37 +000019clang_Cursor_getModule
20clang_Module_getParent
21clang_Module_getName
22clang_Module_getFullName
23clang_Module_getNumTopLevelHeaders
24clang_Module_getTopLevelHeader
Ted Kremenek52a9b5a2011-12-09 22:28:29 +000025clang_IndexAction_create
26clang_IndexAction_dispose
Ted Kremenek4c117722011-11-08 20:42:13 +000027clang_Range_isNull
Dmitri Gribenkoae99b752012-07-20 21:34:34 +000028clang_Comment_getKind
29clang_Comment_getNumChildren
30clang_Comment_getChild
31clang_Comment_isWhitespace
32clang_InlineContentComment_hasTrailingNewline
33clang_TextComment_getText
34clang_InlineCommandComment_getCommandName
Dmitri Gribenko2d66a502012-07-23 16:43:01 +000035clang_InlineCommandComment_getRenderKind
Dmitri Gribenkoae99b752012-07-20 21:34:34 +000036clang_InlineCommandComment_getNumArgs
37clang_InlineCommandComment_getArgText
38clang_HTMLTagComment_getTagName
39clang_HTMLStartTagComment_isSelfClosing
40clang_HTMLStartTag_getNumAttrs
41clang_HTMLStartTag_getAttrName
42clang_HTMLStartTag_getAttrValue
43clang_BlockCommandComment_getCommandName
44clang_BlockCommandComment_getNumArgs
45clang_BlockCommandComment_getArgText
46clang_BlockCommandComment_getParagraph
47clang_ParamCommandComment_getParamName
48clang_ParamCommandComment_isParamIndexValid
49clang_ParamCommandComment_getParamIndex
50clang_ParamCommandComment_isDirectionExplicit
51clang_ParamCommandComment_getDirection
Dmitri Gribenko96b09862012-07-31 22:37:06 +000052clang_TParamCommandComment_getParamName
53clang_TParamCommandComment_isParamPositionValid
54clang_TParamCommandComment_getDepth
55clang_TParamCommandComment_getIndex
Dmitri Gribenkoae99b752012-07-20 21:34:34 +000056clang_VerbatimBlockLineComment_getText
57clang_VerbatimLineComment_getText
58clang_HTMLTagComment_getAsString
59clang_FullComment_getAsHTML
Dmitri Gribenkof303d4c2012-08-07 17:54:38 +000060clang_FullComment_getAsXML
Dan Gohmane42e9872010-04-16 04:45:02 +000061clang_annotateTokens
Douglas Gregor1abc6bc2010-08-04 16:47:14 +000062clang_codeCompleteAt
Douglas Gregore081a612011-07-21 01:05:26 +000063clang_codeCompleteGetContainerKind
64clang_codeCompleteGetContainerUSR
Douglas Gregor3da626b2011-07-07 16:03:39 +000065clang_codeCompleteGetContexts
Ted Kremenek9503dce2011-09-20 19:02:45 +000066clang_codeCompleteGetDiagnostic
67clang_codeCompleteGetNumDiagnostics
Douglas Gregor0a47d692011-07-26 15:24:30 +000068clang_codeCompleteGetObjCSelector
Dan Gohmane42e9872010-04-16 04:45:02 +000069clang_constructUSR_ObjCCategory
70clang_constructUSR_ObjCClass
71clang_constructUSR_ObjCIvar
72clang_constructUSR_ObjCMethod
73clang_constructUSR_ObjCProperty
74clang_constructUSR_ObjCProtocol
Ted Kremenekeca099b2010-12-08 23:43:14 +000075clang_createCXCursorSet
Dan Gohmane42e9872010-04-16 04:45:02 +000076clang_createIndex
77clang_createTranslationUnit
78clang_createTranslationUnitFromSourceFile
Douglas Gregorcee235c2010-08-05 09:09:23 +000079clang_defaultCodeCompleteOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000080clang_defaultDiagnosticDisplayOptions
Ted Kremenek95f33552010-08-26 01:42:22 +000081clang_defaultEditingTranslationUnitOptions
Douglas Gregore1e13bf2010-08-11 15:58:42 +000082clang_defaultReparseOptions
Douglas Gregor19998442010-08-13 15:35:05 +000083clang_defaultSaveOptions
Ted Kremenekeca099b2010-12-08 23:43:14 +000084clang_disposeCXCursorSet
Ted Kremenekf7870022011-04-20 16:41:07 +000085clang_disposeCXTUResourceUsage
Dan Gohmane42e9872010-04-16 04:45:02 +000086clang_disposeCodeCompleteResults
87clang_disposeDiagnostic
Ted Kremenek15322172011-11-10 08:43:12 +000088clang_disposeDiagnosticSet
Dan Gohmane42e9872010-04-16 04:45:02 +000089clang_disposeIndex
Douglas Gregor9f592342010-10-01 20:25:15 +000090clang_disposeOverriddenCursors
Douglas Gregorcc889662012-05-08 00:14:45 +000091clang_disposeCXPlatformAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000092clang_disposeString
93clang_disposeTokens
94clang_disposeTranslationUnit
95clang_enableStackTraces
96clang_equalCursors
97clang_equalLocations
Douglas Gregorab4e83b2011-07-23 19:35:14 +000098clang_equalRanges
Ted Kremenek8e0ac172010-05-14 21:29:26 +000099clang_equalTypes
Ted Kremenekeca099b2010-12-08 23:43:14 +0000100clang_executeOnThread
Argyrios Kyrtzidisee2d5fd2013-03-08 02:32:34 +0000101clang_findIncludesInFile
102clang_findIncludesInFileWithBlock
Argyrios Kyrtzidisaed123e2011-10-06 07:00:54 +0000103clang_findReferencesInFile
104clang_findReferencesInFileWithBlock
Dan Gohmane42e9872010-04-16 04:45:02 +0000105clang_formatDiagnostic
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000106clang_getArgType
Argyrios Kyrtzidis5f0bfc52011-09-27 17:44:34 +0000107clang_getArrayElementType
108clang_getArraySize
Dan Gohmane42e9872010-04-16 04:45:02 +0000109clang_getCString
Ted Kremenekf7870022011-04-20 16:41:07 +0000110clang_getCXTUResourceUsage
Ted Kremenek3064ef92010-08-27 21:34:58 +0000111clang_getCXXAccessSpecifier
Douglas Gregor1a9d0502010-11-19 23:44:15 +0000112clang_getCanonicalCursor
Ted Kremenek9ada39a2010-05-17 20:06:56 +0000113clang_getCanonicalType
Ted Kremenek15322172011-11-10 08:43:12 +0000114clang_getChildDiagnostics
Dan Gohmane42e9872010-04-16 04:45:02 +0000115clang_getClangVersion
Erik Verbruggen6164ea12011-10-14 15:31:08 +0000116clang_getCompletionAnnotation
Ted Kremenek4c117722011-11-08 20:42:13 +0000117clang_getCompletionAvailability
Dmitri Gribenkod99ef532012-07-02 17:35:10 +0000118clang_getCompletionBriefComment
Dan Gohmane42e9872010-04-16 04:45:02 +0000119clang_getCompletionChunkCompletionString
120clang_getCompletionChunkKind
121clang_getCompletionChunkText
Erik Verbruggen6164ea12011-10-14 15:31:08 +0000122clang_getCompletionNumAnnotations
Douglas Gregorba103062012-03-27 23:34:16 +0000123clang_getCompletionParent
Douglas Gregor12e13132010-05-26 22:00:08 +0000124clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +0000125clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +0000126clang_getCursorAvailability
Douglas Gregor8fa0a802011-08-04 20:04:59 +0000127clang_getCursorCompletionString
Dan Gohmane42e9872010-04-16 04:45:02 +0000128clang_getCursorDefinition
Douglas Gregor358559d2010-10-02 22:49:11 +0000129clang_getCursorDisplayName
Dan Gohmane42e9872010-04-16 04:45:02 +0000130clang_getCursorExtent
131clang_getCursorKind
132clang_getCursorKindSpelling
133clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +0000134clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +0000135clang_getCursorLinkage
136clang_getCursorLocation
Douglas Gregorcc889662012-05-08 00:14:45 +0000137clang_getCursorPlatformAvailability
Ted Kremenek9503dce2011-09-20 19:02:45 +0000138clang_getCursorReferenceNameRange
Dan Gohmane42e9872010-04-16 04:45:02 +0000139clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +0000140clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +0000141clang_getCursorSemanticParent
Ted Kremenek95f33552010-08-26 01:42:22 +0000142clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000143clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +0000144clang_getCursorUSR
David Chisnall5389f482010-12-30 14:05:53 +0000145clang_getDeclObjCTypeEncoding
Dan Gohmane42e9872010-04-16 04:45:02 +0000146clang_getDefinitionSpellingAndExtent
147clang_getDiagnostic
Douglas Gregoraa5f1352010-11-19 16:18:16 +0000148clang_getDiagnosticCategory
149clang_getDiagnosticCategoryName
Ted Kremenek78d5d3b2012-04-12 00:03:31 +0000150clang_getDiagnosticCategoryText
Dan Gohmane42e9872010-04-16 04:45:02 +0000151clang_getDiagnosticFixIt
Ted Kremenek15322172011-11-10 08:43:12 +0000152clang_getDiagnosticInSet
Dan Gohmane42e9872010-04-16 04:45:02 +0000153clang_getDiagnosticLocation
154clang_getDiagnosticNumFixIts
155clang_getDiagnosticNumRanges
Douglas Gregoraa5f1352010-11-19 16:18:16 +0000156clang_getDiagnosticOption
Dan Gohmane42e9872010-04-16 04:45:02 +0000157clang_getDiagnosticRange
Ted Kremenek0373fcc2011-12-09 22:28:32 +0000158clang_getDiagnosticSetFromTU
Dan Gohmane42e9872010-04-16 04:45:02 +0000159clang_getDiagnosticSeverity
160clang_getDiagnosticSpelling
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000161clang_getElementType
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000162clang_getEnumConstantDeclUnsignedValue
Ted Kremenek52a9b5a2011-12-09 22:28:29 +0000163clang_getEnumConstantDeclValue
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000164clang_getEnumDeclIntegerType
Dmitri Gribenko1eb60822012-12-04 15:13:46 +0000165clang_getFieldDeclBitWidth
Eli Friedmand22718c2011-11-01 22:25:07 +0000166clang_getExpansionLocation
Dan Gohmane42e9872010-04-16 04:45:02 +0000167clang_getFile
Argyrios Kyrtzidis2d5c1332013-01-04 18:30:13 +0000168clang_getFileLocation
Dan Gohmane42e9872010-04-16 04:45:02 +0000169clang_getFileName
170clang_getFileTime
Argyrios Kyrtzidisdb84e7a2013-01-26 04:52:52 +0000171clang_getFileUniqueID
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000172clang_getFunctionTypeCallingConv
Ted Kremenek95f33552010-08-26 01:42:22 +0000173clang_getIBOutletCollectionType
Douglas Gregorecdcb882010-10-20 22:00:55 +0000174clang_getIncludedFile
Dan Gohmane42e9872010-04-16 04:45:02 +0000175clang_getInclusions
176clang_getInstantiationLocation
177clang_getLocation
David Chisnall83889a72010-10-15 17:07:39 +0000178clang_getLocationForOffset
Dan Gohmane42e9872010-04-16 04:45:02 +0000179clang_getNullCursor
180clang_getNullLocation
181clang_getNullRange
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000182clang_getNumArgTypes
Dan Gohmane42e9872010-04-16 04:45:02 +0000183clang_getNumCompletionChunks
184clang_getNumDiagnostics
Ted Kremenek15322172011-11-10 08:43:12 +0000185clang_getNumDiagnosticsInSet
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000186clang_getNumElements
Douglas Gregor1f60d9e2010-09-13 22:52:57 +0000187clang_getNumOverloadedDecls
188clang_getOverloadedDecl
Douglas Gregor9f592342010-10-01 20:25:15 +0000189clang_getOverriddenCursors
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000190clang_getPointeeType
Argyrios Kyrtzidise6be34d2011-09-13 21:49:08 +0000191clang_getPresumedLocation
Dan Gohmane42e9872010-04-16 04:45:02 +0000192clang_getRange
193clang_getRangeEnd
194clang_getRangeStart
Ted Kremenek9503dce2011-09-20 19:02:45 +0000195clang_getRemappings
Ted Kremenek30660a82012-03-06 20:06:33 +0000196clang_getRemappingsFromFileList
Ted Kremenek04c3cf32010-06-21 20:15:39 +0000197clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +0000198clang_getSpecializedCursorTemplate
Douglas Gregora9b06d42010-11-09 06:24:54 +0000199clang_getSpellingLocation
Ted Kremenekf7870022011-04-20 16:41:07 +0000200clang_getTUResourceUsageName
Douglas Gregor49f6f542010-08-31 22:12:17 +0000201clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +0000202clang_getTokenExtent
203clang_getTokenKind
204clang_getTokenLocation
205clang_getTokenSpelling
206clang_getTranslationUnitCursor
207clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000208clang_getTypeDeclaration
209clang_getTypeKindSpelling
Dmitri Gribenkoae03d8e2013-02-15 21:15:49 +0000210clang_getTypeSpelling
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000211clang_getTypedefDeclUnderlyingType
Douglas Gregor9ce55842010-11-20 00:09:34 +0000212clang_hashCursor
Ted Kremenek52a9b5a2011-12-09 22:28:29 +0000213clang_indexLoc_getCXSourceLocation
214clang_indexLoc_getFileLocation
215clang_indexSourceFile
216clang_indexTranslationUnit
217clang_index_getCXXClassDeclInfo
Argyrios Kyrtzidis2957e6f2011-11-22 07:24:51 +0000218clang_index_getClientContainer
219clang_index_getClientEntity
Argyrios Kyrtzidisb395c632011-11-18 00:26:51 +0000220clang_index_getIBOutletCollectionAttrInfo
Argyrios Kyrtzidisdd93c592011-11-11 00:23:36 +0000221clang_index_getObjCCategoryDeclInfo
222clang_index_getObjCContainerDeclInfo
Argyrios Kyrtzidis6ec43ad2011-11-12 02:16:30 +0000223clang_index_getObjCInterfaceDeclInfo
Argyrios Kyrtzidis792db262012-02-28 17:50:33 +0000224clang_index_getObjCPropertyDeclInfo
Argyrios Kyrtzidisc71d5542011-11-14 22:39:19 +0000225clang_index_getObjCProtocolRefListInfo
Argyrios Kyrtzidisdd93c592011-11-11 00:23:36 +0000226clang_index_isEntityObjCContainerKind
Argyrios Kyrtzidis2957e6f2011-11-22 07:24:51 +0000227clang_index_setClientContainer
228clang_index_setClientEntity
Douglas Gregor8be80e12011-07-06 03:00:34 +0000229clang_isAttribute
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000230clang_isConstQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000231clang_isCursorDefinition
232clang_isDeclaration
233clang_isExpression
Douglas Gregordd3e5542011-05-04 00:14:37 +0000234clang_isFileMultipleIncludeGuarded
Argyrios Kyrtzidis84b79642011-12-06 22:05:01 +0000235clang_isFunctionTypeVariadic
Dan Gohmane42e9872010-04-16 04:45:02 +0000236clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +0000237clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +0000238clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000239clang_isReference
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000240clang_isRestrictQualifiedType
Dan Gohmane42e9872010-04-16 04:45:02 +0000241clang_isStatement
242clang_isTranslationUnit
243clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000244clang_isVirtualBase
Douglas Gregore72fb6f2011-01-27 16:27:11 +0000245clang_isVolatileQualifiedType
Ted Kremenek15322172011-11-10 08:43:12 +0000246clang_loadDiagnostics
Douglas Gregor5a430212010-07-21 18:52:53 +0000247clang_parseTranslationUnit
Ted Kremenek9503dce2011-09-20 19:02:45 +0000248clang_remap_dispose
249clang_remap_getFilenames
250clang_remap_getNumFiles
Douglas Gregorabc563f2010-07-19 21:46:24 +0000251clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000252clang_saveTranslationUnit
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000253clang_sortCodeCompletionResults
Ted Kremenekd2427dd2011-03-18 23:05:39 +0000254clang_toggleCrashRecovery
Dan Gohmane42e9872010-04-16 04:45:02 +0000255clang_tokenize
Arnaud A. de Grandmaisonc70851b2012-07-03 20:38:12 +0000256clang_CompilationDatabase_fromDirectory
257clang_CompilationDatabase_dispose
258clang_CompilationDatabase_getCompileCommands
Argyrios Kyrtzidis7e96bfb2012-12-04 07:26:44 +0000259clang_CompilationDatabase_getAllCompileCommands
Arnaud A. de Grandmaisonc70851b2012-07-03 20:38:12 +0000260clang_CompileCommands_dispose
261clang_CompileCommands_getSize
262clang_CompileCommands_getCommand
263clang_CompileCommand_getDirectory
264clang_CompileCommand_getNumArgs
265clang_CompileCommand_getArg
Dan Gohmane42e9872010-04-16 04:45:02 +0000266clang_visitChildren
David Chisnall3387c652010-11-03 14:12:26 +0000267clang_visitChildrenWithBlock