blob: 3c76090d64f11e91adf5a0e52316837bef15c00b [file] [log] [blame]
Ted Kremenekc0b98662013-04-24 07:17:12 +00001clang_CXCursorSet_contains
2clang_CXCursorSet_insert
Argyrios Kyrtzidis7317a5c2012-03-28 02:18:05 +00003clang_CXIndex_getGlobalOptions
4clang_CXIndex_setGlobalOptions
Alex Lorenz08615792017-12-04 21:56:36 +00005clang_CXIndex_setInvocationEmissionPathOption
Jonathan Coe29565352016-04-27 12:48:25 +00006clang_CXXConstructor_isConvertingConstructor
7clang_CXXConstructor_isCopyConstructor
8clang_CXXConstructor_isDefaultConstructor
9clang_CXXConstructor_isMoveConstructor
Saleem Abdulrasool6ea75db2015-10-27 15:50:22 +000010clang_CXXField_isMutable
Jonathan Coe29565352016-04-27 12:48:25 +000011clang_CXXMethod_isDefaulted
Dmitri Gribenkoe570ede2014-04-07 14:59:13 +000012clang_CXXMethod_isConst
Dmitri Gribenko62770be2013-05-17 18:38:35 +000013clang_CXXMethod_isPureVirtual
Ted Kremenek9cfe9e62010-05-17 20:06:56 +000014clang_CXXMethod_isStatic
Douglas Gregor9519d922011-05-12 15:17:24 +000015clang_CXXMethod_isVirtual
Alex Lorenz34ccadc2017-12-14 22:01:50 +000016clang_CXXRecord_isAbstract
Alex Lorenzff7f42e2017-07-12 11:35:11 +000017clang_EnumDecl_isScoped
Argyrios Kyrtzidis0c27e4b2012-04-11 19:32:19 +000018clang_Cursor_getArgument
Eli Benderskyc27a0c42014-10-10 20:01:05 +000019clang_Cursor_getNumTemplateArguments
20clang_Cursor_getTemplateArgumentKind
21clang_Cursor_getTemplateArgumentType
22clang_Cursor_getTemplateArgumentValue
23clang_Cursor_getTemplateArgumentUnsignedValue
Dmitri Gribenko5188c4b2012-06-26 20:39:18 +000024clang_Cursor_getBriefCommentText
Dmitri Gribenkoaab83832012-06-20 00:34:58 +000025clang_Cursor_getCommentRange
Saleem Abdulrasool60034432015-11-12 03:57:22 +000026clang_Cursor_getCXXManglings
Eli Bendersky44a206f2014-07-31 18:04:56 +000027clang_Cursor_getMangling
Dave Lee1a532c92017-09-22 16:58:57 +000028clang_Cursor_getObjCManglings
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +000029clang_Cursor_getParsedComment
Dmitri Gribenkoaab83832012-06-20 00:34:58 +000030clang_Cursor_getRawCommentText
Argyrios Kyrtzidis0c27e4b2012-04-11 19:32:19 +000031clang_Cursor_getNumArguments
Argyrios Kyrtzidis9d9bc012013-04-18 23:29:12 +000032clang_Cursor_getObjCDeclQualifiers
Argyrios Kyrtzidis9adfd8a2013-04-18 22:15:49 +000033clang_Cursor_getObjCPropertyAttributes
Michael Wu6e88f532018-08-03 05:38:29 +000034clang_Cursor_getObjCPropertyGetterName
35clang_Cursor_getObjCPropertySetterName
Ted Kremenek26a6d492012-04-12 00:03:31 +000036clang_Cursor_getObjCSelectorIndex
Argyrios Kyrtzidis2bff5162015-04-13 16:55:04 +000037clang_Cursor_getOffsetOfField
Argyrios Kyrtzidis191a6a82012-03-30 20:58:35 +000038clang_Cursor_getSpellingNameRange
Ted Kremenekda3cfc92011-11-08 20:42:13 +000039clang_Cursor_getTranslationUnit
Argyrios Kyrtzidisb26a24c2012-11-01 02:01:34 +000040clang_Cursor_getReceiverType
Argyrios Kyrtzidis2bff5162015-04-13 16:55:04 +000041clang_Cursor_isAnonymous
Ivan Donchevskii3209f462019-04-29 14:13:11 +000042clang_Cursor_isAnonymousRecordDecl
Argyrios Kyrtzidise822f582013-04-11 01:20:11 +000043clang_Cursor_isBitField
Argyrios Kyrtzidisb6df68212012-07-02 23:54:36 +000044clang_Cursor_isDynamicCall
Argyrios Kyrtzidis0381cc72017-05-10 15:10:36 +000045clang_Cursor_isExternalSymbol
Nikolai Kosjarcfe1ab92019-05-10 13:58:34 +000046clang_Cursor_isInlineNamespace
Ted Kremenekda3cfc92011-11-08 20:42:13 +000047clang_Cursor_isNull
Argyrios Kyrtzidis10357902013-07-05 20:51:44 +000048clang_Cursor_isObjCOptional
Argyrios Kyrtzidis23814e42013-04-18 23:53:05 +000049clang_Cursor_isVariadic
Argyrios Kyrtzidis2b9b5bb2012-10-05 00:22:37 +000050clang_Cursor_getModule
Argyrios Kyrtzidis4e0854f2014-10-15 17:05:31 +000051clang_Cursor_getStorageClass
Argyrios Kyrtzidisac3997e2014-08-16 00:26:19 +000052clang_File_isEqual
Fangrui Songe46ac5f2018-04-07 20:50:35 +000053clang_File_tryGetRealPathName
Argyrios Kyrtzidis12fdb9e2013-04-26 22:47:49 +000054clang_Module_getASTFile
Argyrios Kyrtzidis2b9b5bb2012-10-05 00:22:37 +000055clang_Module_getParent
56clang_Module_getName
57clang_Module_getFullName
58clang_Module_getNumTopLevelHeaders
59clang_Module_getTopLevelHeader
Argyrios Kyrtzidis884337f2014-05-15 04:44:25 +000060clang_Module_isSystem
Ted Kremenek2d6d8862011-12-09 22:28:29 +000061clang_IndexAction_create
62clang_IndexAction_dispose
Ted Kremenekda3cfc92011-11-08 20:42:13 +000063clang_Range_isNull
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +000064clang_Comment_getKind
65clang_Comment_getNumChildren
66clang_Comment_getChild
67clang_Comment_isWhitespace
68clang_InlineContentComment_hasTrailingNewline
69clang_TextComment_getText
70clang_InlineCommandComment_getCommandName
Dmitri Gribenkod73e4ce2012-07-23 16:43:01 +000071clang_InlineCommandComment_getRenderKind
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +000072clang_InlineCommandComment_getNumArgs
73clang_InlineCommandComment_getArgText
74clang_HTMLTagComment_getTagName
75clang_HTMLStartTagComment_isSelfClosing
76clang_HTMLStartTag_getNumAttrs
77clang_HTMLStartTag_getAttrName
78clang_HTMLStartTag_getAttrValue
79clang_BlockCommandComment_getCommandName
80clang_BlockCommandComment_getNumArgs
81clang_BlockCommandComment_getArgText
82clang_BlockCommandComment_getParagraph
83clang_ParamCommandComment_getParamName
84clang_ParamCommandComment_isParamIndexValid
85clang_ParamCommandComment_getParamIndex
86clang_ParamCommandComment_isDirectionExplicit
87clang_ParamCommandComment_getDirection
Dmitri Gribenko34df2202012-07-31 22:37:06 +000088clang_TParamCommandComment_getParamName
89clang_TParamCommandComment_isParamPositionValid
90clang_TParamCommandComment_getDepth
91clang_TParamCommandComment_getIndex
Emilio Cobos Alvarez485ad422017-04-28 15:56:39 +000092clang_TargetInfo_dispose
93clang_TargetInfo_getPointerWidth
94clang_TargetInfo_getTriple
Argyrios Kyrtzidise822f582013-04-11 01:20:11 +000095clang_Type_getAlignOf
Argyrios Kyrtzidis7a4253b2013-10-03 16:19:23 +000096clang_Type_getClassType
Argyrios Kyrtzidise822f582013-04-11 01:20:11 +000097clang_Type_getSizeOf
98clang_Type_getOffsetOf
Dmitri Gribenko6ede6ab2014-02-27 16:05:05 +000099clang_Type_getNumTemplateArguments
100clang_Type_getTemplateArgumentAsType
Argyrios Kyrtzidisadff3ae2013-10-11 19:58:38 +0000101clang_Type_getCXXRefQualifier
Argyrios Kyrtzidis2bff5162015-04-13 16:55:04 +0000102clang_Type_visitFields
Sergey Kalinichev69770ae2016-05-03 06:58:29 +0000103clang_Type_getNamedType
Argyrios Kyrtzidis3b25c912017-03-21 16:56:02 +0000104clang_Type_isTransparentTagTypedef
Michael Wu9c852612018-08-03 03:03:20 +0000105clang_Type_getObjCObjectBaseType
106clang_Type_getNumObjCProtocolRefs
107clang_Type_getObjCProtocolDecl
108clang_Type_getNumObjCTypeArgs
109clang_Type_getObjCTypeArg
Michael Wu153085d2018-08-03 04:21:25 +0000110clang_Type_getModifiedType
Michael Wu7649e622018-08-03 04:38:04 +0000111clang_Type_getNullability
Dmitri Gribenko5e4fe002012-07-20 21:34:34 +0000112clang_VerbatimBlockLineComment_getText
113clang_VerbatimLineComment_getText
114clang_HTMLTagComment_getAsString
115clang_FullComment_getAsHTML
Dmitri Gribenko740c0fb2012-08-07 17:54:38 +0000116clang_FullComment_getAsXML
Dan Gohman314ca582010-04-16 04:45:02 +0000117clang_annotateTokens
Douglas Gregor8e984da2010-08-04 16:47:14 +0000118clang_codeCompleteAt
Douglas Gregor63745d52011-07-21 01:05:26 +0000119clang_codeCompleteGetContainerKind
120clang_codeCompleteGetContainerUSR
Douglas Gregor21325842011-07-07 16:03:39 +0000121clang_codeCompleteGetContexts
Ted Kremenek057b9862011-09-20 19:02:45 +0000122clang_codeCompleteGetDiagnostic
123clang_codeCompleteGetNumDiagnostics
Douglas Gregorea777402011-07-26 15:24:30 +0000124clang_codeCompleteGetObjCSelector
Dan Gohman314ca582010-04-16 04:45:02 +0000125clang_constructUSR_ObjCCategory
126clang_constructUSR_ObjCClass
127clang_constructUSR_ObjCIvar
128clang_constructUSR_ObjCMethod
129clang_constructUSR_ObjCProperty
130clang_constructUSR_ObjCProtocol
Ted Kremenekc0b98662013-04-24 07:17:12 +0000131clang_createCXCursorSet
Dan Gohman314ca582010-04-16 04:45:02 +0000132clang_createIndex
133clang_createTranslationUnit
Dmitri Gribenkoea4d1c32014-02-12 19:12:37 +0000134clang_createTranslationUnit2
Dan Gohman314ca582010-04-16 04:45:02 +0000135clang_createTranslationUnitFromSourceFile
Douglas Gregorb68bc592010-08-05 09:09:23 +0000136clang_defaultCodeCompleteOptions
Dan Gohman314ca582010-04-16 04:45:02 +0000137clang_defaultDiagnosticDisplayOptions
Ted Kremeneka5940822010-08-26 01:42:22 +0000138clang_defaultEditingTranslationUnitOptions
Douglas Gregorde051182010-08-11 15:58:42 +0000139clang_defaultReparseOptions
Douglas Gregor6bb92ec2010-08-13 15:35:05 +0000140clang_defaultSaveOptions
Ted Kremenekc0b98662013-04-24 07:17:12 +0000141clang_disposeCXCursorSet
Ted Kremenek23324122011-04-20 16:41:07 +0000142clang_disposeCXTUResourceUsage
Dan Gohman314ca582010-04-16 04:45:02 +0000143clang_disposeCodeCompleteResults
144clang_disposeDiagnostic
Ted Kremenekd010ba42011-11-10 08:43:12 +0000145clang_disposeDiagnosticSet
Dan Gohman314ca582010-04-16 04:45:02 +0000146clang_disposeIndex
Douglas Gregor99a26af2010-10-01 20:25:15 +0000147clang_disposeOverriddenCursors
Douglas Gregord6225d32012-05-08 00:14:45 +0000148clang_disposeCXPlatformAvailability
Argyrios Kyrtzidis0e282ef2013-12-06 18:55:45 +0000149clang_disposeSourceRangeList
Dan Gohman314ca582010-04-16 04:45:02 +0000150clang_disposeString
Saleem Abdulrasool5d92eae2015-11-12 03:57:16 +0000151clang_disposeStringSet
Dan Gohman314ca582010-04-16 04:45:02 +0000152clang_disposeTokens
153clang_disposeTranslationUnit
154clang_enableStackTraces
155clang_equalCursors
156clang_equalLocations
Douglas Gregor757e38b2011-07-23 19:35:14 +0000157clang_equalRanges
Ted Kremenek6bca9842010-05-14 21:29:26 +0000158clang_equalTypes
Ted Kremenekbbedd062010-12-08 23:43:14 +0000159clang_executeOnThread
Argyrios Kyrtzidis503c83a2013-03-08 02:32:34 +0000160clang_findIncludesInFile
161clang_findIncludesInFileWithBlock
Argyrios Kyrtzidiscddafd32011-10-06 07:00:54 +0000162clang_findReferencesInFile
163clang_findReferencesInFileWithBlock
Dan Gohman314ca582010-04-16 04:45:02 +0000164clang_formatDiagnostic
Yaron Keren45a5bfe2015-07-09 07:53:23 +0000165clang_free
Sven van Haastregte8910422017-06-08 14:22:04 +0000166clang_getAddressSpace
Cameron Desrochersb50c55d2016-08-18 17:18:03 +0000167clang_getAllSkippedRanges
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000168clang_getArgType
Argyrios Kyrtzidis2b0cf602011-09-27 17:44:34 +0000169clang_getArrayElementType
170clang_getArraySize
Dmitri Gribenkof430da42014-02-12 10:33:14 +0000171clang_getBuildSessionTimestamp
Dan Gohman314ca582010-04-16 04:45:02 +0000172clang_getCString
Ted Kremenek23324122011-04-20 16:41:07 +0000173clang_getCXTUResourceUsage
Ted Kremenekae9e2212010-08-27 21:34:58 +0000174clang_getCXXAccessSpecifier
Douglas Gregorfec4dc92010-11-19 23:44:15 +0000175clang_getCanonicalCursor
Ted Kremenek9cfe9e62010-05-17 20:06:56 +0000176clang_getCanonicalType
Ted Kremenekd010ba42011-11-10 08:43:12 +0000177clang_getChildDiagnostics
Dan Gohman314ca582010-04-16 04:45:02 +0000178clang_getClangVersion
Erik Verbruggen98ea7f62011-10-14 15:31:08 +0000179clang_getCompletionAnnotation
Ted Kremenekda3cfc92011-11-08 20:42:13 +0000180clang_getCompletionAvailability
Dmitri Gribenko3292d062012-07-02 17:35:10 +0000181clang_getCompletionBriefComment
Rainer Orth4bd5c472018-06-21 13:40:50 +0000182clang_getCompletionChunkCompletionString
183clang_getCompletionChunkKind
184clang_getCompletionChunkText
185clang_getCompletionNumFixIts
186clang_getCompletionFixIt
187clang_getCompletionNumAnnotations
188clang_getCompletionParent
189clang_getCompletionPriority
Dan Gohman314ca582010-04-16 04:45:02 +0000190clang_getCursor
Douglas Gregorf757a122010-08-23 23:00:57 +0000191clang_getCursorAvailability
Douglas Gregor3f35bb22011-08-04 20:04:59 +0000192clang_getCursorCompletionString
Dan Gohman314ca582010-04-16 04:45:02 +0000193clang_getCursorDefinition
Douglas Gregor97c75712010-10-02 22:49:11 +0000194clang_getCursorDisplayName
Jonathan Coe45ef5032018-01-16 10:19:56 +0000195clang_getCursorPrintingPolicy
196clang_getCursorPrettyPrinted
Dan Gohman314ca582010-04-16 04:45:02 +0000197clang_getCursorExtent
Jonathan Coe0a5b03b2017-06-27 22:54:56 +0000198clang_getCursorExceptionSpecificationType
Dan Gohman314ca582010-04-16 04:45:02 +0000199clang_getCursorKind
200clang_getCursorKindSpelling
201clang_getCursorLanguage
Douglas Gregor0576ce72010-09-22 21:22:29 +0000202clang_getCursorLexicalParent
Dan Gohman314ca582010-04-16 04:45:02 +0000203clang_getCursorLinkage
204clang_getCursorLocation
Douglas Gregord6225d32012-05-08 00:14:45 +0000205clang_getCursorPlatformAvailability
Ted Kremenek057b9862011-09-20 19:02:45 +0000206clang_getCursorReferenceNameRange
Dan Gohman314ca582010-04-16 04:45:02 +0000207clang_getCursorReferenced
Ted Kremenekc62ab8d2010-06-21 20:48:56 +0000208clang_getCursorResultType
Douglas Gregor0576ce72010-09-22 21:22:29 +0000209clang_getCursorSemanticParent
Ted Kremeneka5940822010-08-26 01:42:22 +0000210clang_getCursorSpelling
Saleem Abdulrasool50bc5652017-09-13 02:15:09 +0000211clang_getCursorTLSKind
Ted Kremenek6bca9842010-05-14 21:29:26 +0000212clang_getCursorType
Dan Gohman314ca582010-04-16 04:45:02 +0000213clang_getCursorUSR
Ehsan Akhgarib743de72016-05-31 15:55:51 +0000214clang_getCursorVisibility
David Chisnall50e4eba2010-12-30 14:05:53 +0000215clang_getDeclObjCTypeEncoding
Dan Gohman314ca582010-04-16 04:45:02 +0000216clang_getDefinitionSpellingAndExtent
217clang_getDiagnostic
Douglas Gregora750e8e2010-11-19 16:18:16 +0000218clang_getDiagnosticCategory
219clang_getDiagnosticCategoryName
Ted Kremenek26a6d492012-04-12 00:03:31 +0000220clang_getDiagnosticCategoryText
Dan Gohman314ca582010-04-16 04:45:02 +0000221clang_getDiagnosticFixIt
Ted Kremenekd010ba42011-11-10 08:43:12 +0000222clang_getDiagnosticInSet
Dan Gohman314ca582010-04-16 04:45:02 +0000223clang_getDiagnosticLocation
224clang_getDiagnosticNumFixIts
225clang_getDiagnosticNumRanges
Douglas Gregora750e8e2010-11-19 16:18:16 +0000226clang_getDiagnosticOption
Dan Gohman314ca582010-04-16 04:45:02 +0000227clang_getDiagnosticRange
Ted Kremenekb4a8b052011-12-09 22:28:32 +0000228clang_getDiagnosticSetFromTU
Dan Gohman314ca582010-04-16 04:45:02 +0000229clang_getDiagnosticSeverity
230clang_getDiagnosticSpelling
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000231clang_getElementType
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000232clang_getEnumConstantDeclUnsignedValue
Ted Kremenek2d6d8862011-12-09 22:28:29 +0000233clang_getEnumConstantDeclValue
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000234clang_getEnumDeclIntegerType
Jonathan Coe0a5b03b2017-06-27 22:54:56 +0000235clang_getExceptionSpecificationType
Dmitri Gribenkob506ba12012-12-04 15:13:46 +0000236clang_getFieldDeclBitWidth
Eli Friedman61108f22011-11-01 22:25:07 +0000237clang_getExpansionLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000238clang_getFile
Ivan Donchevskiie7602ce2018-01-03 09:17:08 +0000239clang_getFileContents
Argyrios Kyrtzidis56be7162013-01-04 18:30:13 +0000240clang_getFileLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000241clang_getFileName
242clang_getFileTime
Argyrios Kyrtzidisac08b262013-01-26 04:52:52 +0000243clang_getFileUniqueID
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000244clang_getFunctionTypeCallingConv
Ted Kremeneka5940822010-08-26 01:42:22 +0000245clang_getIBOutletCollectionType
Douglas Gregor796d76a2010-10-20 22:00:55 +0000246clang_getIncludedFile
Dan Gohman314ca582010-04-16 04:45:02 +0000247clang_getInclusions
248clang_getInstantiationLocation
249clang_getLocation
David Chisnall2e16ac52010-10-15 17:07:39 +0000250clang_getLocationForOffset
Argyrios Kyrtzidisf6d49c32014-05-14 23:14:37 +0000251clang_getModuleForFile
Dan Gohman314ca582010-04-16 04:45:02 +0000252clang_getNullCursor
253clang_getNullLocation
254clang_getNullRange
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000255clang_getNumArgTypes
Dan Gohman314ca582010-04-16 04:45:02 +0000256clang_getNumCompletionChunks
257clang_getNumDiagnostics
Ted Kremenekd010ba42011-11-10 08:43:12 +0000258clang_getNumDiagnosticsInSet
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000259clang_getNumElements
Douglas Gregor16a2bdd2010-09-13 22:52:57 +0000260clang_getNumOverloadedDecls
261clang_getOverloadedDecl
Douglas Gregor99a26af2010-10-01 20:25:15 +0000262clang_getOverriddenCursors
Ted Kremenek6bca9842010-05-14 21:29:26 +0000263clang_getPointeeType
Argyrios Kyrtzidis91672b32011-09-13 21:49:08 +0000264clang_getPresumedLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000265clang_getRange
266clang_getRangeEnd
267clang_getRangeStart
Ted Kremenek057b9862011-09-20 19:02:45 +0000268clang_getRemappings
Ted Kremenekf7639e12012-03-06 20:06:33 +0000269clang_getRemappingsFromFileList
Ted Kremenekc1508872010-06-21 20:15:39 +0000270clang_getResultType
Argyrios Kyrtzidis9ef57752013-12-05 08:19:32 +0000271clang_getSkippedRanges
Douglas Gregord3f48bd2010-09-02 00:07:54 +0000272clang_getSpecializedCursorTemplate
Rainer Orth4bd5c472018-06-21 13:40:50 +0000273clang_getSpellingLocation
274clang_getTUResourceUsageName
275clang_getTemplateCursorKind
276clang_getToken
277clang_getTokenExtent
278clang_getTokenKind
279clang_getTokenLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000280clang_getTokenSpelling
281clang_getTranslationUnitCursor
282clang_getTranslationUnitSpelling
Emilio Cobos Alvarez485ad422017-04-28 15:56:39 +0000283clang_getTranslationUnitTargetInfo
Ted Kremenek6bca9842010-05-14 21:29:26 +0000284clang_getTypeDeclaration
285clang_getTypeKindSpelling
Dmitri Gribenko00353722013-02-15 21:15:49 +0000286clang_getTypeSpelling
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000287clang_getTypedefDeclUnderlyingType
Sven van Haastregte8910422017-06-08 14:22:04 +0000288clang_getTypedefName
Douglas Gregor06a3f302010-11-20 00:09:34 +0000289clang_hashCursor
Ted Kremenek2d6d8862011-12-09 22:28:29 +0000290clang_indexLoc_getCXSourceLocation
291clang_indexLoc_getFileLocation
292clang_indexSourceFile
Benjamin Kramerc02670e2015-11-18 16:14:27 +0000293clang_indexSourceFileFullArgv
Ted Kremenek2d6d8862011-12-09 22:28:29 +0000294clang_indexTranslationUnit
295clang_index_getCXXClassDeclInfo
Argyrios Kyrtzidis4c910b12011-11-22 07:24:51 +0000296clang_index_getClientContainer
297clang_index_getClientEntity
Argyrios Kyrtzidiseffdbf52011-11-18 00:26:51 +0000298clang_index_getIBOutletCollectionAttrInfo
Argyrios Kyrtzidis7519c5e2011-11-11 00:23:36 +0000299clang_index_getObjCCategoryDeclInfo
300clang_index_getObjCContainerDeclInfo
Argyrios Kyrtzidis3e429e72011-11-12 02:16:30 +0000301clang_index_getObjCInterfaceDeclInfo
Argyrios Kyrtzidis93db2922012-02-28 17:50:33 +0000302clang_index_getObjCPropertyDeclInfo
Argyrios Kyrtzidis86acd722011-11-14 22:39:19 +0000303clang_index_getObjCProtocolRefListInfo
Argyrios Kyrtzidis7519c5e2011-11-11 00:23:36 +0000304clang_index_isEntityObjCContainerKind
Argyrios Kyrtzidis4c910b12011-11-22 07:24:51 +0000305clang_index_setClientContainer
306clang_index_setClientEntity
Douglas Gregora98034a2011-07-06 03:00:34 +0000307clang_isAttribute
Hans Wennborgfff45892018-01-03 14:20:15 +0000308clang_isConstQualifiedType
309clang_isCursorDefinition
310clang_isDeclaration
Ivan Donchevskii08ff9102018-01-04 10:59:50 +0000311clang_isInvalidDeclaration
Hans Wennborgfff45892018-01-03 14:20:15 +0000312clang_isExpression
313clang_isFileMultipleIncludeGuarded
314clang_isFunctionTypeVariadic
Dan Gohman314ca582010-04-16 04:45:02 +0000315clang_isInvalid
Ted Kremenek0c7476a2010-07-30 00:14:11 +0000316clang_isPODType
Ted Kremeneka5940822010-08-26 01:42:22 +0000317clang_isPreprocessing
Dan Gohman314ca582010-04-16 04:45:02 +0000318clang_isReference
Douglas Gregor56a63802011-01-27 16:27:11 +0000319clang_isRestrictQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000320clang_isStatement
321clang_isTranslationUnit
322clang_isUnexposed
Ted Kremenekae9e2212010-08-27 21:34:58 +0000323clang_isVirtualBase
Douglas Gregor56a63802011-01-27 16:27:11 +0000324clang_isVolatileQualifiedType
Ted Kremenekd010ba42011-11-10 08:43:12 +0000325clang_loadDiagnostics
Argyrios Kyrtzidis25f7af12013-04-12 17:06:51 +0000326clang_Location_isInSystemHeader
Stefanus Du Toitdb51c632013-08-08 17:48:14 +0000327clang_Location_isFromMainFile
Douglas Gregor99d2cf42010-07-21 18:52:53 +0000328clang_parseTranslationUnit
Dmitri Gribenkoea4d1c32014-02-12 19:12:37 +0000329clang_parseTranslationUnit2
Benjamin Kramerc02670e2015-11-18 16:14:27 +0000330clang_parseTranslationUnit2FullArgv
Ted Kremenek057b9862011-09-20 19:02:45 +0000331clang_remap_dispose
332clang_remap_getFilenames
333clang_remap_getNumFiles
Douglas Gregoraa21cc42010-07-19 21:46:24 +0000334clang_reparseTranslationUnit
Douglas Gregore9386682010-08-13 05:36:37 +0000335clang_saveTranslationUnit
Erik Verbruggen346066b2017-05-30 14:25:54 +0000336clang_suspendTranslationUnit
Douglas Gregor49f67ce2010-08-26 13:48:20 +0000337clang_sortCodeCompletionResults
Ted Kremenek1ec7b332011-03-18 23:05:39 +0000338clang_toggleCrashRecovery
Dan Gohman314ca582010-04-16 04:45:02 +0000339clang_tokenize
Arnaud A. de Grandmaisonfa6d73c2012-07-03 20:38:12 +0000340clang_CompilationDatabase_fromDirectory
341clang_CompilationDatabase_dispose
342clang_CompilationDatabase_getCompileCommands
Argyrios Kyrtzidis251ad5e2012-12-04 07:26:44 +0000343clang_CompilationDatabase_getAllCompileCommands
Arnaud A. de Grandmaisonfa6d73c2012-07-03 20:38:12 +0000344clang_CompileCommands_dispose
345clang_CompileCommands_getSize
346clang_CompileCommands_getCommand
347clang_CompileCommand_getDirectory
Argyrios Kyrtzidis74bcd212015-09-11 20:43:05 +0000348clang_CompileCommand_getFilename
Argyrios Kyrtzidise2602272015-09-09 18:54:16 +0000349clang_CompileCommand_getMappedSourceContent
350clang_CompileCommand_getMappedSourcePath
Arnaud A. de Grandmaisonfa6d73c2012-07-03 20:38:12 +0000351clang_CompileCommand_getNumArgs
352clang_CompileCommand_getArg
Dan Gohman314ca582010-04-16 04:45:02 +0000353clang_visitChildren
David Chisnallb2aa0ef2010-11-03 14:12:26 +0000354clang_visitChildrenWithBlock
Argyrios Kyrtzidisd502a102014-03-03 07:41:45 +0000355clang_ModuleMapDescriptor_create
356clang_ModuleMapDescriptor_dispose
357clang_ModuleMapDescriptor_setFrameworkModuleName
358clang_ModuleMapDescriptor_setUmbrellaHeader
359clang_ModuleMapDescriptor_writeToBuffer
Argyrios Kyrtzidis0b9682e2014-02-25 03:59:23 +0000360clang_VirtualFileOverlay_addFileMapping
361clang_VirtualFileOverlay_create
362clang_VirtualFileOverlay_dispose
Argyrios Kyrtzidisa9ab4d42014-03-20 04:51:48 +0000363clang_VirtualFileOverlay_setCaseSensitivity
Argyrios Kyrtzidis0b9682e2014-02-25 03:59:23 +0000364clang_VirtualFileOverlay_writeToBuffer
Argyrios Kyrtzidis785705b2016-01-16 00:20:02 +0000365clang_Type_getObjCEncoding
366clang_Cursor_isMacroFunctionLike
367clang_Cursor_isMacroBuiltin
368clang_Cursor_isFunctionInlined
369clang_Cursor_hasAttrs
370clang_Cursor_Evaluate
371clang_EvalResult_getKind
372clang_EvalResult_getAsInt
Argyrios Kyrtzidis5dda1122016-12-01 23:41:27 +0000373clang_EvalResult_getAsLongLong
374clang_EvalResult_getAsUnsigned
375clang_EvalResult_isUnsignedInt
Argyrios Kyrtzidis785705b2016-01-16 00:20:02 +0000376clang_EvalResult_getAsDouble
377clang_EvalResult_getAsStr
378clang_EvalResult_dispose
Jonathan Coe45ef5032018-01-16 10:19:56 +0000379clang_PrintingPolicy_getProperty
380clang_PrintingPolicy_setProperty
381clang_PrintingPolicy_dispose