blob: ac17b2e74bc88c374d6ed6c2b1d09b70db50eaa8 [file] [log] [blame]
Ted Kremenekbbedd062010-12-08 23:43:14 +00001clang_CXCursorSet_contains
2clang_CXCursorSet_insert
Ted Kremenek9cfe9e62010-05-17 20:06:56 +00003clang_CXXMethod_isStatic
Dan Gohman314ca582010-04-16 04:45:02 +00004clang_annotateTokens
Douglas Gregor8e984da2010-08-04 16:47:14 +00005clang_codeCompleteAt
Dan Gohman314ca582010-04-16 04:45:02 +00006clang_codeCompleteGetDiagnostic
7clang_codeCompleteGetNumDiagnostics
8clang_constructUSR_ObjCCategory
9clang_constructUSR_ObjCClass
10clang_constructUSR_ObjCIvar
11clang_constructUSR_ObjCMethod
12clang_constructUSR_ObjCProperty
13clang_constructUSR_ObjCProtocol
Ted Kremenekbbedd062010-12-08 23:43:14 +000014clang_createCXCursorSet
Dan Gohman314ca582010-04-16 04:45:02 +000015clang_createIndex
16clang_createTranslationUnit
17clang_createTranslationUnitFromSourceFile
Douglas Gregorb68bc592010-08-05 09:09:23 +000018clang_defaultCodeCompleteOptions
Dan Gohman314ca582010-04-16 04:45:02 +000019clang_defaultDiagnosticDisplayOptions
Ted Kremeneka5940822010-08-26 01:42:22 +000020clang_defaultEditingTranslationUnitOptions
Douglas Gregorde051182010-08-11 15:58:42 +000021clang_defaultReparseOptions
Douglas Gregor6bb92ec2010-08-13 15:35:05 +000022clang_defaultSaveOptions
Ted Kremenekbbedd062010-12-08 23:43:14 +000023clang_disposeCXCursorSet
Dan Gohman314ca582010-04-16 04:45:02 +000024clang_disposeCodeCompleteResults
25clang_disposeDiagnostic
26clang_disposeIndex
Douglas Gregor99a26af2010-10-01 20:25:15 +000027clang_disposeOverriddenCursors
Dan Gohman314ca582010-04-16 04:45:02 +000028clang_disposeString
29clang_disposeTokens
30clang_disposeTranslationUnit
31clang_enableStackTraces
32clang_equalCursors
33clang_equalLocations
Ted Kremenek6bca9842010-05-14 21:29:26 +000034clang_equalTypes
Ted Kremenekbbedd062010-12-08 23:43:14 +000035clang_executeOnThread
Dan Gohman314ca582010-04-16 04:45:02 +000036clang_formatDiagnostic
37clang_getCString
Ted Kremenekae9e2212010-08-27 21:34:58 +000038clang_getCXXAccessSpecifier
Douglas Gregorfec4dc92010-11-19 23:44:15 +000039clang_getCanonicalCursor
Ted Kremenek9cfe9e62010-05-17 20:06:56 +000040clang_getCanonicalType
Dan Gohman314ca582010-04-16 04:45:02 +000041clang_getClangVersion
Douglas Gregorf757a122010-08-23 23:00:57 +000042clang_getCompletionAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000043clang_getCompletionChunkCompletionString
44clang_getCompletionChunkKind
45clang_getCompletionChunkText
Douglas Gregora2db7932010-05-26 22:00:08 +000046clang_getCompletionPriority
Dan Gohman314ca582010-04-16 04:45:02 +000047clang_getCursor
Douglas Gregorf757a122010-08-23 23:00:57 +000048clang_getCursorAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000049clang_getCursorDefinition
Douglas Gregor97c75712010-10-02 22:49:11 +000050clang_getCursorDisplayName
Dan Gohman314ca582010-04-16 04:45:02 +000051clang_getCursorExtent
52clang_getCursorKind
53clang_getCursorKindSpelling
54clang_getCursorLanguage
Douglas Gregor0576ce72010-09-22 21:22:29 +000055clang_getCursorLexicalParent
Dan Gohman314ca582010-04-16 04:45:02 +000056clang_getCursorLinkage
57clang_getCursorLocation
58clang_getCursorReferenced
Ted Kremenekc62ab8d2010-06-21 20:48:56 +000059clang_getCursorResultType
Douglas Gregor0576ce72010-09-22 21:22:29 +000060clang_getCursorSemanticParent
Ted Kremeneka5940822010-08-26 01:42:22 +000061clang_getCursorSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +000062clang_getCursorType
Dan Gohman314ca582010-04-16 04:45:02 +000063clang_getCursorUSR
David Chisnall50e4eba2010-12-30 14:05:53 +000064clang_getDeclObjCTypeEncoding
Dan Gohman314ca582010-04-16 04:45:02 +000065clang_getDefinitionSpellingAndExtent
66clang_getDiagnostic
Douglas Gregora750e8e2010-11-19 16:18:16 +000067clang_getDiagnosticCategory
68clang_getDiagnosticCategoryName
Dan Gohman314ca582010-04-16 04:45:02 +000069clang_getDiagnosticFixIt
70clang_getDiagnosticLocation
71clang_getDiagnosticNumFixIts
72clang_getDiagnosticNumRanges
Douglas Gregora750e8e2010-11-19 16:18:16 +000073clang_getDiagnosticOption
Dan Gohman314ca582010-04-16 04:45:02 +000074clang_getDiagnosticRange
75clang_getDiagnosticSeverity
76clang_getDiagnosticSpelling
77clang_getFile
78clang_getFileName
79clang_getFileTime
Ted Kremeneka5940822010-08-26 01:42:22 +000080clang_getIBOutletCollectionType
Douglas Gregor796d76a2010-10-20 22:00:55 +000081clang_getIncludedFile
Dan Gohman314ca582010-04-16 04:45:02 +000082clang_getInclusions
83clang_getInstantiationLocation
84clang_getLocation
David Chisnall2e16ac52010-10-15 17:07:39 +000085clang_getLocationForOffset
Dan Gohman314ca582010-04-16 04:45:02 +000086clang_getNullCursor
87clang_getNullLocation
88clang_getNullRange
89clang_getNumCompletionChunks
90clang_getNumDiagnostics
Douglas Gregor16a2bdd2010-09-13 22:52:57 +000091clang_getNumOverloadedDecls
92clang_getOverloadedDecl
Douglas Gregor99a26af2010-10-01 20:25:15 +000093clang_getOverriddenCursors
Ted Kremenek6bca9842010-05-14 21:29:26 +000094clang_getPointeeType
Dan Gohman314ca582010-04-16 04:45:02 +000095clang_getRange
96clang_getRangeEnd
97clang_getRangeStart
Ted Kremenekc1508872010-06-21 20:15:39 +000098clang_getResultType
Douglas Gregord3f48bd2010-09-02 00:07:54 +000099clang_getSpecializedCursorTemplate
Douglas Gregor229bebd2010-11-09 06:24:54 +0000100clang_getSpellingLocation
Douglas Gregorf11309e2010-08-31 22:12:17 +0000101clang_getTemplateCursorKind
Dan Gohman314ca582010-04-16 04:45:02 +0000102clang_getTokenExtent
103clang_getTokenKind
104clang_getTokenLocation
105clang_getTokenSpelling
106clang_getTranslationUnitCursor
107clang_getTranslationUnitSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +0000108clang_getTypeDeclaration
109clang_getTypeKindSpelling
Douglas Gregor06a3f302010-11-20 00:09:34 +0000110clang_hashCursor
Douglas Gregor56a63802011-01-27 16:27:11 +0000111clang_isConstQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000112clang_isCursorDefinition
113clang_isDeclaration
114clang_isExpression
115clang_isInvalid
Ted Kremenek0c7476a2010-07-30 00:14:11 +0000116clang_isPODType
Ted Kremeneka5940822010-08-26 01:42:22 +0000117clang_isPreprocessing
Dan Gohman314ca582010-04-16 04:45:02 +0000118clang_isReference
Douglas Gregor56a63802011-01-27 16:27:11 +0000119clang_isRestrictQualifiedType
Dan Gohman314ca582010-04-16 04:45:02 +0000120clang_isStatement
121clang_isTranslationUnit
122clang_isUnexposed
Ted Kremenekae9e2212010-08-27 21:34:58 +0000123clang_isVirtualBase
Douglas Gregor56a63802011-01-27 16:27:11 +0000124clang_isVolatileQualifiedType
Douglas Gregor99d2cf42010-07-21 18:52:53 +0000125clang_parseTranslationUnit
Douglas Gregoraa21cc42010-07-19 21:46:24 +0000126clang_reparseTranslationUnit
Douglas Gregore9386682010-08-13 05:36:37 +0000127clang_saveTranslationUnit
Douglas Gregor49f67ce2010-08-26 13:48:20 +0000128clang_sortCodeCompletionResults
Ted Kremenek1ec7b332011-03-18 23:05:39 +0000129clang_toggleCrashRecovery
Dan Gohman314ca582010-04-16 04:45:02 +0000130clang_tokenize
131clang_visitChildren
David Chisnallb2aa0ef2010-11-03 14:12:26 +0000132clang_visitChildrenWithBlock