blob: c7508bc5449becee2348bd9cb64665cd12b4c578 [file] [log] [blame]
Ted Kremenekbbedd062010-12-08 23:43:14 +00001clang_CXCursorSet_contains
2clang_CXCursorSet_insert
Argyrios Kyrtzidis7317a5c2012-03-28 02:18:05 +00003clang_CXIndex_getGlobalOptions
4clang_CXIndex_setGlobalOptions
Ted Kremenek9cfe9e62010-05-17 20:06:56 +00005clang_CXXMethod_isStatic
Douglas Gregor9519d922011-05-12 15:17:24 +00006clang_CXXMethod_isVirtual
Argyrios Kyrtzidis0c27e4b2012-04-11 19:32:19 +00007clang_Cursor_getArgument
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +00008clang_Cursor_getBriefCommentText
Dmitri Gribenkoaab83832012-06-20 00:34:58 +00009clang_Cursor_getCommentRange
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +000010clang_Cursor_getParsedComment
Dmitri Gribenkoaab83832012-06-20 00:34:58 +000011clang_Cursor_getRawCommentText
Argyrios Kyrtzidis0c27e4b2012-04-11 19:32:19 +000012clang_Cursor_getNumArguments
Argyrios Kyrtzidis9d9bc012013-04-18 23:29:12 +000013clang_Cursor_getObjCDeclQualifiers
Argyrios Kyrtzidis9adfd8a2013-04-18 22:15:49 +000014clang_Cursor_getObjCPropertyAttributes
Ted Kremenek26a6d492012-04-12 00:03:31 +000015clang_Cursor_getObjCSelectorIndex
Argyrios Kyrtzidis191a6a82012-03-30 20:58:35 +000016clang_Cursor_getSpellingNameRange
Ted Kremenekda3cfc92011-11-08 20:42:13 +000017clang_Cursor_getTranslationUnit
Argyrios Kyrtzidisb26a24c2012-11-01 02:01:34 +000018clang_Cursor_getReceiverType
Argyrios Kyrtzidise822f582013-04-11 01:20:11 +000019clang_Cursor_isBitField
Argyrios Kyrtzidisb6df68212012-07-02 23:54:36 +000020clang_Cursor_isDynamicCall
Ted Kremenekda3cfc92011-11-08 20:42:13 +000021clang_Cursor_isNull
Argyrios Kyrtzidis23814e42013-04-18 23:53:05 +000022clang_Cursor_isVariadic
Argyrios Kyrtzidis2b9b5bb2012-10-05 00:22:37 +000023clang_Cursor_getModule
24clang_Module_getParent
25clang_Module_getName
26clang_Module_getFullName
27clang_Module_getNumTopLevelHeaders
28clang_Module_getTopLevelHeader
Ted Kremenek2d6d8862011-12-09 22:28:29 +000029clang_IndexAction_create
30clang_IndexAction_dispose
Ted Kremenekda3cfc92011-11-08 20:42:13 +000031clang_Range_isNull
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +000032clang_Comment_getKind
33clang_Comment_getNumChildren
34clang_Comment_getChild
35clang_Comment_isWhitespace
36clang_InlineContentComment_hasTrailingNewline
37clang_TextComment_getText
38clang_InlineCommandComment_getCommandName
Dmitri Gribenkod73e4ce2012-07-23 16:43:01 +000039clang_InlineCommandComment_getRenderKind
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +000040clang_InlineCommandComment_getNumArgs
41clang_InlineCommandComment_getArgText
42clang_HTMLTagComment_getTagName
43clang_HTMLStartTagComment_isSelfClosing
44clang_HTMLStartTag_getNumAttrs
45clang_HTMLStartTag_getAttrName
46clang_HTMLStartTag_getAttrValue
47clang_BlockCommandComment_getCommandName
48clang_BlockCommandComment_getNumArgs
49clang_BlockCommandComment_getArgText
50clang_BlockCommandComment_getParagraph
51clang_ParamCommandComment_getParamName
52clang_ParamCommandComment_isParamIndexValid
53clang_ParamCommandComment_getParamIndex
54clang_ParamCommandComment_isDirectionExplicit
55clang_ParamCommandComment_getDirection
Dmitri Gribenko34df2202012-07-31 22:37:06 +000056clang_TParamCommandComment_getParamName
57clang_TParamCommandComment_isParamPositionValid
58clang_TParamCommandComment_getDepth
59clang_TParamCommandComment_getIndex
Argyrios Kyrtzidise822f582013-04-11 01:20:11 +000060clang_Type_getAlignOf
61clang_Type_getSizeOf
62clang_Type_getOffsetOf
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +000063clang_VerbatimBlockLineComment_getText
64clang_VerbatimLineComment_getText
65clang_HTMLTagComment_getAsString
66clang_FullComment_getAsHTML
Dmitri Gribenko740c0fb2012-08-07 17:54:38 +000067clang_FullComment_getAsXML
Dan Gohman314ca582010-04-16 04:45:02 +000068clang_annotateTokens
Douglas Gregor8e984da2010-08-04 16:47:14 +000069clang_codeCompleteAt
Douglas Gregor63745d52011-07-21 01:05:26 +000070clang_codeCompleteGetContainerKind
71clang_codeCompleteGetContainerUSR
Douglas Gregor21325842011-07-07 16:03:39 +000072clang_codeCompleteGetContexts
Ted Kremenek057b9862011-09-20 19:02:45 +000073clang_codeCompleteGetDiagnostic
74clang_codeCompleteGetNumDiagnostics
Douglas Gregorea777402011-07-26 15:24:30 +000075clang_codeCompleteGetObjCSelector
Dan Gohman314ca582010-04-16 04:45:02 +000076clang_constructUSR_ObjCCategory
77clang_constructUSR_ObjCClass
78clang_constructUSR_ObjCIvar
79clang_constructUSR_ObjCMethod
80clang_constructUSR_ObjCProperty
81clang_constructUSR_ObjCProtocol
Ted Kremenekbbedd062010-12-08 23:43:14 +000082clang_createCXCursorSet
Dan Gohman314ca582010-04-16 04:45:02 +000083clang_createIndex
84clang_createTranslationUnit
85clang_createTranslationUnitFromSourceFile
Douglas Gregorb68bc592010-08-05 09:09:23 +000086clang_defaultCodeCompleteOptions
Dan Gohman314ca582010-04-16 04:45:02 +000087clang_defaultDiagnosticDisplayOptions
Ted Kremeneka5940822010-08-26 01:42:22 +000088clang_defaultEditingTranslationUnitOptions
Douglas Gregorde051182010-08-11 15:58:42 +000089clang_defaultReparseOptions
Douglas Gregor6bb92ec2010-08-13 15:35:05 +000090clang_defaultSaveOptions
Ted Kremenekbbedd062010-12-08 23:43:14 +000091clang_disposeCXCursorSet
Ted Kremenek23324122011-04-20 16:41:07 +000092clang_disposeCXTUResourceUsage
Dan Gohman314ca582010-04-16 04:45:02 +000093clang_disposeCodeCompleteResults
94clang_disposeDiagnostic
Ted Kremenekd010ba42011-11-10 08:43:12 +000095clang_disposeDiagnosticSet
Dan Gohman314ca582010-04-16 04:45:02 +000096clang_disposeIndex
Douglas Gregor99a26af2010-10-01 20:25:15 +000097clang_disposeOverriddenCursors
Douglas Gregord6225d32012-05-08 00:14:45 +000098clang_disposeCXPlatformAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000099clang_disposeString
100clang_disposeTokens
101clang_disposeTranslationUnit
102clang_enableStackTraces
103clang_equalCursors
104clang_equalLocations
Douglas Gregor757e38b2011-07-23 19:35:14 +0000105clang_equalRanges
Ted Kremenek6bca9842010-05-14 21:29:26 +0000106clang_equalTypes
Ted Kremenekbbedd062010-12-08 23:43:14 +0000107clang_executeOnThread
Argyrios Kyrtzidis503c83a2013-03-08 02:32:34 +0000108clang_findIncludesInFile
109clang_findIncludesInFileWithBlock
Argyrios Kyrtzidiscddafd32011-10-06 07:00:54 +0000110clang_findReferencesInFile
111clang_findReferencesInFileWithBlock
Dan Gohman314ca582010-04-16 04:45:02 +0000112clang_formatDiagnostic
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000113clang_getArgType
Argyrios Kyrtzidis2b0cf602011-09-27 17:44:34 +0000114clang_getArrayElementType
115clang_getArraySize
Dan Gohman314ca582010-04-16 04:45:02 +0000116clang_getCString
Ted Kremenek23324122011-04-20 16:41:07 +0000117clang_getCXTUResourceUsage
Ted Kremenekae9e2212010-08-27 21:34:58 +0000118clang_getCXXAccessSpecifier
Douglas Gregorfec4dc92010-11-19 23:44:15 +0000119clang_getCanonicalCursor
Ted Kremenek9cfe9e62010-05-17 20:06:56 +0000120clang_getCanonicalType
Ted Kremenekd010ba42011-11-10 08:43:12 +0000121clang_getChildDiagnostics
Dan Gohman314ca582010-04-16 04:45:02 +0000122clang_getClangVersion
Erik Verbruggen98ea7f62011-10-14 15:31:08 +0000123clang_getCompletionAnnotation
Ted Kremenekda3cfc92011-11-08 20:42:13 +0000124clang_getCompletionAvailability
Dmitri Gribenko3292d062012-07-02 17:35:10 +0000125clang_getCompletionBriefComment
Dan Gohman314ca582010-04-16 04:45:02 +0000126clang_getCompletionChunkCompletionString
127clang_getCompletionChunkKind
128clang_getCompletionChunkText
Erik Verbruggen98ea7f62011-10-14 15:31:08 +0000129clang_getCompletionNumAnnotations
Douglas Gregor78254c82012-03-27 23:34:16 +0000130clang_getCompletionParent
Douglas Gregora2db7932010-05-26 22:00:08 +0000131clang_getCompletionPriority
Dan Gohman314ca582010-04-16 04:45:02 +0000132clang_getCursor
Douglas Gregorf757a122010-08-23 23:00:57 +0000133clang_getCursorAvailability
Douglas Gregor3f35bb22011-08-04 20:04:59 +0000134clang_getCursorCompletionString
Dan Gohman314ca582010-04-16 04:45:02 +0000135clang_getCursorDefinition
Douglas Gregor97c75712010-10-02 22:49:11 +0000136clang_getCursorDisplayName
Dan Gohman314ca582010-04-16 04:45:02 +0000137clang_getCursorExtent
138clang_getCursorKind
139clang_getCursorKindSpelling
140clang_getCursorLanguage
Douglas Gregor0576ce72010-09-22 21:22:29 +0000141clang_getCursorLexicalParent
Dan Gohman314ca582010-04-16 04:45:02 +0000142clang_getCursorLinkage
143clang_getCursorLocation
Douglas Gregord6225d32012-05-08 00:14:45 +0000144clang_getCursorPlatformAvailability
Ted Kremenek057b9862011-09-20 19:02:45 +0000145clang_getCursorReferenceNameRange
Dan Gohman314ca582010-04-16 04:45:02 +0000146clang_getCursorReferenced
Ted Kremenekc62ab8d2010-06-21 20:48:56 +0000147clang_getCursorResultType
Douglas Gregor0576ce72010-09-22 21:22:29 +0000148clang_getCursorSemanticParent
Ted Kremeneka5940822010-08-26 01:42:22 +0000149clang_getCursorSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +0000150clang_getCursorType
Dan Gohman314ca582010-04-16 04:45:02 +0000151clang_getCursorUSR
David Chisnall50e4eba2010-12-30 14:05:53 +0000152clang_getDeclObjCTypeEncoding
Dan Gohman314ca582010-04-16 04:45:02 +0000153clang_getDefinitionSpellingAndExtent
154clang_getDiagnostic
Douglas Gregora750e8e2010-11-19 16:18:16 +0000155clang_getDiagnosticCategory
156clang_getDiagnosticCategoryName
Ted Kremenek26a6d492012-04-12 00:03:31 +0000157clang_getDiagnosticCategoryText
Dan Gohman314ca582010-04-16 04:45:02 +0000158clang_getDiagnosticFixIt
Ted Kremenekd010ba42011-11-10 08:43:12 +0000159clang_getDiagnosticInSet
Dan Gohman314ca582010-04-16 04:45:02 +0000160clang_getDiagnosticLocation
161clang_getDiagnosticNumFixIts
162clang_getDiagnosticNumRanges
Douglas Gregora750e8e2010-11-19 16:18:16 +0000163clang_getDiagnosticOption
Dan Gohman314ca582010-04-16 04:45:02 +0000164clang_getDiagnosticRange
Ted Kremenekb4a8b052011-12-09 22:28:32 +0000165clang_getDiagnosticSetFromTU
Dan Gohman314ca582010-04-16 04:45:02 +0000166clang_getDiagnosticSeverity
167clang_getDiagnosticSpelling
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000168clang_getElementType
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000169clang_getEnumConstantDeclUnsignedValue
Ted Kremenek2d6d8862011-12-09 22:28:29 +0000170clang_getEnumConstantDeclValue
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000171clang_getEnumDeclIntegerType
Dmitri Gribenkob506ba12012-12-04 15:13:46 +0000172clang_getFieldDeclBitWidth
Eli Friedman61108f22011-11-01 22:25:07 +0000173clang_getExpansionLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000174clang_getFile
Argyrios Kyrtzidis56be7162013-01-04 18:30:13 +0000175clang_getFileLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000176clang_getFileName
177clang_getFileTime
Argyrios Kyrtzidisac08b262013-01-26 04:52:52 +0000178clang_getFileUniqueID
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000179clang_getFunctionTypeCallingConv
Ted Kremeneka5940822010-08-26 01:42:22 +0000180clang_getIBOutletCollectionType
Douglas Gregor796d76a2010-10-20 22:00:55 +0000181clang_getIncludedFile
Dan Gohman314ca582010-04-16 04:45:02 +0000182clang_getInclusions
183clang_getInstantiationLocation
184clang_getLocation
David Chisnall2e16ac52010-10-15 17:07:39 +0000185clang_getLocationForOffset
Dan Gohman314ca582010-04-16 04:45:02 +0000186clang_getNullCursor
187clang_getNullLocation
188clang_getNullRange
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000189clang_getNumArgTypes
Dan Gohman314ca582010-04-16 04:45:02 +0000190clang_getNumCompletionChunks
191clang_getNumDiagnostics
Ted Kremenekd010ba42011-11-10 08:43:12 +0000192clang_getNumDiagnosticsInSet
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000193clang_getNumElements
Douglas Gregor16a2bdd2010-09-13 22:52:57 +0000194clang_getNumOverloadedDecls
195clang_getOverloadedDecl
Douglas Gregor99a26af2010-10-01 20:25:15 +0000196clang_getOverriddenCursors
Ted Kremenek6bca9842010-05-14 21:29:26 +0000197clang_getPointeeType
Argyrios Kyrtzidis91672b32011-09-13 21:49:08 +0000198clang_getPresumedLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000199clang_getRange
200clang_getRangeEnd
201clang_getRangeStart
Ted Kremenek057b9862011-09-20 19:02:45 +0000202clang_getRemappings
Ted Kremenekf7639e12012-03-06 20:06:33 +0000203clang_getRemappingsFromFileList
Ted Kremenekc1508872010-06-21 20:15:39 +0000204clang_getResultType
Douglas Gregord3f48bd2010-09-02 00:07:54 +0000205clang_getSpecializedCursorTemplate
Douglas Gregor229bebd2010-11-09 06:24:54 +0000206clang_getSpellingLocation
Ted Kremenek23324122011-04-20 16:41:07 +0000207clang_getTUResourceUsageName
Douglas Gregorf11309e2010-08-31 22:12:17 +0000208clang_getTemplateCursorKind
Dan Gohman314ca582010-04-16 04:45:02 +0000209clang_getTokenExtent
210clang_getTokenKind
211clang_getTokenLocation
212clang_getTokenSpelling
213clang_getTranslationUnitCursor
214clang_getTranslationUnitSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +0000215clang_getTypeDeclaration
216clang_getTypeKindSpelling
Dmitri Gribenko00353722013-02-15 21:15:49 +0000217clang_getTypeSpelling
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000218clang_getTypedefDeclUnderlyingType
Douglas Gregor06a3f302010-11-20 00:09:34 +0000219clang_hashCursor
Ted Kremenek2d6d8862011-12-09 22:28:29 +0000220clang_indexLoc_getCXSourceLocation
221clang_indexLoc_getFileLocation
222clang_indexSourceFile
223clang_indexTranslationUnit
224clang_index_getCXXClassDeclInfo
Argyrios Kyrtzidis4c910b12011-11-22 07:24:51 +0000225clang_index_getClientContainer
226clang_index_getClientEntity
Argyrios Kyrtzidiseffdbf52011-11-18 00:26:51 +0000227clang_index_getIBOutletCollectionAttrInfo
Argyrios Kyrtzidis7519c5e2011-11-11 00:23:36 +0000228clang_index_getObjCCategoryDeclInfo
229clang_index_getObjCContainerDeclInfo
Argyrios Kyrtzidis3e429e72011-11-12 02:16:30 +0000230clang_index_getObjCInterfaceDeclInfo
Argyrios Kyrtzidis93db2922012-02-28 17:50:33 +0000231clang_index_getObjCPropertyDeclInfo
Argyrios Kyrtzidis86acd722011-11-14 22:39:19 +0000232clang_index_getObjCProtocolRefListInfo
Argyrios Kyrtzidis7519c5e2011-11-11 00:23:36 +0000233clang_index_isEntityObjCContainerKind
Argyrios Kyrtzidis4c910b12011-11-22 07:24:51 +0000234clang_index_setClientContainer
235clang_index_setClientEntity
Douglas Gregora98034a2011-07-06 03:00:34 +0000236clang_isAttribute
Douglas Gregor56a63802011-01-27 16:27:11 +0000237clang_isConstQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000238clang_isCursorDefinition
239clang_isDeclaration
240clang_isExpression
Douglas Gregor37aa4932011-05-04 00:14:37 +0000241clang_isFileMultipleIncludeGuarded
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000242clang_isFunctionTypeVariadic
Dan Gohman314ca582010-04-16 04:45:02 +0000243clang_isInvalid
Ted Kremenek0c7476a2010-07-30 00:14:11 +0000244clang_isPODType
Ted Kremeneka5940822010-08-26 01:42:22 +0000245clang_isPreprocessing
Dan Gohman314ca582010-04-16 04:45:02 +0000246clang_isReference
Douglas Gregor56a63802011-01-27 16:27:11 +0000247clang_isRestrictQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000248clang_isStatement
249clang_isTranslationUnit
250clang_isUnexposed
Ted Kremenekae9e2212010-08-27 21:34:58 +0000251clang_isVirtualBase
Douglas Gregor56a63802011-01-27 16:27:11 +0000252clang_isVolatileQualifiedType
Ted Kremenekd010ba42011-11-10 08:43:12 +0000253clang_loadDiagnostics
Argyrios Kyrtzidis25f7af12013-04-12 17:06:51 +0000254clang_Location_isInSystemHeader
Douglas Gregor99d2cf42010-07-21 18:52:53 +0000255clang_parseTranslationUnit
Ted Kremenek057b9862011-09-20 19:02:45 +0000256clang_remap_dispose
257clang_remap_getFilenames
258clang_remap_getNumFiles
Douglas Gregoraa21cc42010-07-19 21:46:24 +0000259clang_reparseTranslationUnit
Douglas Gregore9386682010-08-13 05:36:37 +0000260clang_saveTranslationUnit
Douglas Gregor49f67ce2010-08-26 13:48:20 +0000261clang_sortCodeCompletionResults
Ted Kremenek1ec7b332011-03-18 23:05:39 +0000262clang_toggleCrashRecovery
Dan Gohman314ca582010-04-16 04:45:02 +0000263clang_tokenize
Arnaud A. de Grandmaisonfa6d73c2012-07-03 20:38:12 +0000264clang_CompilationDatabase_fromDirectory
265clang_CompilationDatabase_dispose
266clang_CompilationDatabase_getCompileCommands
Argyrios Kyrtzidis251ad5e2012-12-04 07:26:44 +0000267clang_CompilationDatabase_getAllCompileCommands
Arnaud A. de Grandmaisonfa6d73c2012-07-03 20:38:12 +0000268clang_CompileCommands_dispose
269clang_CompileCommands_getSize
270clang_CompileCommands_getCommand
271clang_CompileCommand_getDirectory
272clang_CompileCommand_getNumArgs
273clang_CompileCommand_getArg
Dan Gohman314ca582010-04-16 04:45:02 +0000274clang_visitChildren
David Chisnallb2aa0ef2010-11-03 14:12:26 +0000275clang_visitChildrenWithBlock