blob: 2fe3f1d53c6c08de3a6e3db37e8dcecd30bdcf29 [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 Kyrtzidis191a6a82012-03-30 20:58:35 +00007clang_Cursor_getSpellingNameRange
Ted Kremenekda3cfc92011-11-08 20:42:13 +00008clang_Cursor_getTranslationUnit
9clang_Cursor_isNull
Ted Kremenek2d6d8862011-12-09 22:28:29 +000010clang_IndexAction_create
11clang_IndexAction_dispose
Ted Kremenekda3cfc92011-11-08 20:42:13 +000012clang_Range_isNull
Dan Gohman314ca582010-04-16 04:45:02 +000013clang_annotateTokens
Douglas Gregor8e984da2010-08-04 16:47:14 +000014clang_codeCompleteAt
Douglas Gregor63745d52011-07-21 01:05:26 +000015clang_codeCompleteGetContainerKind
16clang_codeCompleteGetContainerUSR
Douglas Gregor21325842011-07-07 16:03:39 +000017clang_codeCompleteGetContexts
Ted Kremenek057b9862011-09-20 19:02:45 +000018clang_codeCompleteGetDiagnostic
19clang_codeCompleteGetNumDiagnostics
Douglas Gregorea777402011-07-26 15:24:30 +000020clang_codeCompleteGetObjCSelector
Dan Gohman314ca582010-04-16 04:45:02 +000021clang_constructUSR_ObjCCategory
22clang_constructUSR_ObjCClass
23clang_constructUSR_ObjCIvar
24clang_constructUSR_ObjCMethod
25clang_constructUSR_ObjCProperty
26clang_constructUSR_ObjCProtocol
Ted Kremenekbbedd062010-12-08 23:43:14 +000027clang_createCXCursorSet
Dan Gohman314ca582010-04-16 04:45:02 +000028clang_createIndex
29clang_createTranslationUnit
30clang_createTranslationUnitFromSourceFile
Douglas Gregorb68bc592010-08-05 09:09:23 +000031clang_defaultCodeCompleteOptions
Dan Gohman314ca582010-04-16 04:45:02 +000032clang_defaultDiagnosticDisplayOptions
Ted Kremeneka5940822010-08-26 01:42:22 +000033clang_defaultEditingTranslationUnitOptions
Douglas Gregorde051182010-08-11 15:58:42 +000034clang_defaultReparseOptions
Douglas Gregor6bb92ec2010-08-13 15:35:05 +000035clang_defaultSaveOptions
Ted Kremenekbbedd062010-12-08 23:43:14 +000036clang_disposeCXCursorSet
Ted Kremenek23324122011-04-20 16:41:07 +000037clang_disposeCXTUResourceUsage
Dan Gohman314ca582010-04-16 04:45:02 +000038clang_disposeCodeCompleteResults
39clang_disposeDiagnostic
Ted Kremenekd010ba42011-11-10 08:43:12 +000040clang_disposeDiagnosticSet
Dan Gohman314ca582010-04-16 04:45:02 +000041clang_disposeIndex
Douglas Gregor99a26af2010-10-01 20:25:15 +000042clang_disposeOverriddenCursors
Dan Gohman314ca582010-04-16 04:45:02 +000043clang_disposeString
44clang_disposeTokens
45clang_disposeTranslationUnit
46clang_enableStackTraces
47clang_equalCursors
48clang_equalLocations
Douglas Gregor757e38b2011-07-23 19:35:14 +000049clang_equalRanges
Ted Kremenek6bca9842010-05-14 21:29:26 +000050clang_equalTypes
Ted Kremenekbbedd062010-12-08 23:43:14 +000051clang_executeOnThread
Argyrios Kyrtzidiscddafd32011-10-06 07:00:54 +000052clang_findReferencesInFile
53clang_findReferencesInFileWithBlock
Dan Gohman314ca582010-04-16 04:45:02 +000054clang_formatDiagnostic
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +000055clang_getArgType
Argyrios Kyrtzidis2b0cf602011-09-27 17:44:34 +000056clang_getArrayElementType
57clang_getArraySize
Dan Gohman314ca582010-04-16 04:45:02 +000058clang_getCString
Ted Kremenek23324122011-04-20 16:41:07 +000059clang_getCXTUResourceUsage
Ted Kremenekae9e2212010-08-27 21:34:58 +000060clang_getCXXAccessSpecifier
Douglas Gregorfec4dc92010-11-19 23:44:15 +000061clang_getCanonicalCursor
Ted Kremenek9cfe9e62010-05-17 20:06:56 +000062clang_getCanonicalType
Ted Kremenekd010ba42011-11-10 08:43:12 +000063clang_getChildDiagnostics
Dan Gohman314ca582010-04-16 04:45:02 +000064clang_getClangVersion
Erik Verbruggen98ea7f62011-10-14 15:31:08 +000065clang_getCompletionAnnotation
Ted Kremenekda3cfc92011-11-08 20:42:13 +000066clang_getCompletionAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000067clang_getCompletionChunkCompletionString
68clang_getCompletionChunkKind
69clang_getCompletionChunkText
Erik Verbruggen98ea7f62011-10-14 15:31:08 +000070clang_getCompletionNumAnnotations
Douglas Gregor78254c82012-03-27 23:34:16 +000071clang_getCompletionParent
Douglas Gregora2db7932010-05-26 22:00:08 +000072clang_getCompletionPriority
Dan Gohman314ca582010-04-16 04:45:02 +000073clang_getCursor
Douglas Gregorf757a122010-08-23 23:00:57 +000074clang_getCursorAvailability
Douglas Gregor3f35bb22011-08-04 20:04:59 +000075clang_getCursorCompletionString
Dan Gohman314ca582010-04-16 04:45:02 +000076clang_getCursorDefinition
Douglas Gregor97c75712010-10-02 22:49:11 +000077clang_getCursorDisplayName
Dan Gohman314ca582010-04-16 04:45:02 +000078clang_getCursorExtent
79clang_getCursorKind
80clang_getCursorKindSpelling
81clang_getCursorLanguage
Douglas Gregor0576ce72010-09-22 21:22:29 +000082clang_getCursorLexicalParent
Dan Gohman314ca582010-04-16 04:45:02 +000083clang_getCursorLinkage
84clang_getCursorLocation
Ted Kremenek057b9862011-09-20 19:02:45 +000085clang_getCursorReferenceNameRange
Dan Gohman314ca582010-04-16 04:45:02 +000086clang_getCursorReferenced
Ted Kremenekc62ab8d2010-06-21 20:48:56 +000087clang_getCursorResultType
Douglas Gregor0576ce72010-09-22 21:22:29 +000088clang_getCursorSemanticParent
Ted Kremeneka5940822010-08-26 01:42:22 +000089clang_getCursorSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +000090clang_getCursorType
Dan Gohman314ca582010-04-16 04:45:02 +000091clang_getCursorUSR
David Chisnall50e4eba2010-12-30 14:05:53 +000092clang_getDeclObjCTypeEncoding
Dan Gohman314ca582010-04-16 04:45:02 +000093clang_getDefinitionSpellingAndExtent
94clang_getDiagnostic
Douglas Gregora750e8e2010-11-19 16:18:16 +000095clang_getDiagnosticCategory
96clang_getDiagnosticCategoryName
Dan Gohman314ca582010-04-16 04:45:02 +000097clang_getDiagnosticFixIt
Ted Kremenekd010ba42011-11-10 08:43:12 +000098clang_getDiagnosticInSet
Dan Gohman314ca582010-04-16 04:45:02 +000099clang_getDiagnosticLocation
100clang_getDiagnosticNumFixIts
101clang_getDiagnosticNumRanges
Douglas Gregora750e8e2010-11-19 16:18:16 +0000102clang_getDiagnosticOption
Dan Gohman314ca582010-04-16 04:45:02 +0000103clang_getDiagnosticRange
Ted Kremenekb4a8b052011-12-09 22:28:32 +0000104clang_getDiagnosticSetFromTU
Dan Gohman314ca582010-04-16 04:45:02 +0000105clang_getDiagnosticSeverity
106clang_getDiagnosticSpelling
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000107clang_getElementType
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000108clang_getEnumConstantDeclUnsignedValue
Ted Kremenek2d6d8862011-12-09 22:28:29 +0000109clang_getEnumConstantDeclValue
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000110clang_getEnumDeclIntegerType
Eli Friedman61108f22011-11-01 22:25:07 +0000111clang_getExpansionLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000112clang_getFile
113clang_getFileName
114clang_getFileTime
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000115clang_getFunctionTypeCallingConv
Ted Kremeneka5940822010-08-26 01:42:22 +0000116clang_getIBOutletCollectionType
Douglas Gregor796d76a2010-10-20 22:00:55 +0000117clang_getIncludedFile
Dan Gohman314ca582010-04-16 04:45:02 +0000118clang_getInclusions
119clang_getInstantiationLocation
120clang_getLocation
David Chisnall2e16ac52010-10-15 17:07:39 +0000121clang_getLocationForOffset
Dan Gohman314ca582010-04-16 04:45:02 +0000122clang_getNullCursor
123clang_getNullLocation
124clang_getNullRange
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000125clang_getNumArgTypes
Dan Gohman314ca582010-04-16 04:45:02 +0000126clang_getNumCompletionChunks
127clang_getNumDiagnostics
Ted Kremenekd010ba42011-11-10 08:43:12 +0000128clang_getNumDiagnosticsInSet
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000129clang_getNumElements
Douglas Gregor16a2bdd2010-09-13 22:52:57 +0000130clang_getNumOverloadedDecls
131clang_getOverloadedDecl
Douglas Gregor99a26af2010-10-01 20:25:15 +0000132clang_getOverriddenCursors
Ted Kremenek6bca9842010-05-14 21:29:26 +0000133clang_getPointeeType
Argyrios Kyrtzidis91672b32011-09-13 21:49:08 +0000134clang_getPresumedLocation
Dan Gohman314ca582010-04-16 04:45:02 +0000135clang_getRange
136clang_getRangeEnd
137clang_getRangeStart
Ted Kremenek057b9862011-09-20 19:02:45 +0000138clang_getRemappings
Ted Kremenekf7639e12012-03-06 20:06:33 +0000139clang_getRemappingsFromFileList
Ted Kremenekc1508872010-06-21 20:15:39 +0000140clang_getResultType
Douglas Gregord3f48bd2010-09-02 00:07:54 +0000141clang_getSpecializedCursorTemplate
Douglas Gregor229bebd2010-11-09 06:24:54 +0000142clang_getSpellingLocation
Ted Kremenek23324122011-04-20 16:41:07 +0000143clang_getTUResourceUsageName
Douglas Gregorf11309e2010-08-31 22:12:17 +0000144clang_getTemplateCursorKind
Dan Gohman314ca582010-04-16 04:45:02 +0000145clang_getTokenExtent
146clang_getTokenKind
147clang_getTokenLocation
148clang_getTokenSpelling
149clang_getTranslationUnitCursor
150clang_getTranslationUnitSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +0000151clang_getTypeDeclaration
152clang_getTypeKindSpelling
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000153clang_getTypedefDeclUnderlyingType
Douglas Gregor06a3f302010-11-20 00:09:34 +0000154clang_hashCursor
Ted Kremenek2d6d8862011-12-09 22:28:29 +0000155clang_indexLoc_getCXSourceLocation
156clang_indexLoc_getFileLocation
157clang_indexSourceFile
158clang_indexTranslationUnit
159clang_index_getCXXClassDeclInfo
Argyrios Kyrtzidis4c910b12011-11-22 07:24:51 +0000160clang_index_getClientContainer
161clang_index_getClientEntity
Argyrios Kyrtzidiseffdbf52011-11-18 00:26:51 +0000162clang_index_getIBOutletCollectionAttrInfo
Argyrios Kyrtzidis7519c5e2011-11-11 00:23:36 +0000163clang_index_getObjCCategoryDeclInfo
164clang_index_getObjCContainerDeclInfo
Argyrios Kyrtzidis3e429e72011-11-12 02:16:30 +0000165clang_index_getObjCInterfaceDeclInfo
Argyrios Kyrtzidis93db2922012-02-28 17:50:33 +0000166clang_index_getObjCPropertyDeclInfo
Argyrios Kyrtzidis86acd722011-11-14 22:39:19 +0000167clang_index_getObjCProtocolRefListInfo
Argyrios Kyrtzidis7519c5e2011-11-11 00:23:36 +0000168clang_index_isEntityObjCContainerKind
Argyrios Kyrtzidis4c910b12011-11-22 07:24:51 +0000169clang_index_setClientContainer
170clang_index_setClientEntity
Douglas Gregora98034a2011-07-06 03:00:34 +0000171clang_isAttribute
Douglas Gregor56a63802011-01-27 16:27:11 +0000172clang_isConstQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000173clang_isCursorDefinition
174clang_isDeclaration
175clang_isExpression
Douglas Gregor37aa4932011-05-04 00:14:37 +0000176clang_isFileMultipleIncludeGuarded
Argyrios Kyrtzidis66f433a2011-12-06 22:05:01 +0000177clang_isFunctionTypeVariadic
Dan Gohman314ca582010-04-16 04:45:02 +0000178clang_isInvalid
Ted Kremenek0c7476a2010-07-30 00:14:11 +0000179clang_isPODType
Ted Kremeneka5940822010-08-26 01:42:22 +0000180clang_isPreprocessing
Dan Gohman314ca582010-04-16 04:45:02 +0000181clang_isReference
Douglas Gregor56a63802011-01-27 16:27:11 +0000182clang_isRestrictQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000183clang_isStatement
184clang_isTranslationUnit
185clang_isUnexposed
Ted Kremenekae9e2212010-08-27 21:34:58 +0000186clang_isVirtualBase
Douglas Gregor56a63802011-01-27 16:27:11 +0000187clang_isVolatileQualifiedType
Ted Kremenekd010ba42011-11-10 08:43:12 +0000188clang_loadDiagnostics
Douglas Gregor99d2cf42010-07-21 18:52:53 +0000189clang_parseTranslationUnit
Ted Kremenek057b9862011-09-20 19:02:45 +0000190clang_remap_dispose
191clang_remap_getFilenames
192clang_remap_getNumFiles
Douglas Gregoraa21cc42010-07-19 21:46:24 +0000193clang_reparseTranslationUnit
Douglas Gregore9386682010-08-13 05:36:37 +0000194clang_saveTranslationUnit
Douglas Gregor49f67ce2010-08-26 13:48:20 +0000195clang_sortCodeCompletionResults
Ted Kremenek1ec7b332011-03-18 23:05:39 +0000196clang_toggleCrashRecovery
Dan Gohman314ca582010-04-16 04:45:02 +0000197clang_tokenize
198clang_visitChildren
David Chisnallb2aa0ef2010-11-03 14:12:26 +0000199clang_visitChildrenWithBlock