blob: 6cbd2c63b720942a962c1664f8eec568abc2ba8c [file] [log] [blame]
Ted Kremenek9cfe9e62010-05-17 20:06:56 +00001clang_CXXMethod_isStatic
Dan Gohman314ca582010-04-16 04:45:02 +00002clang_annotateTokens
Douglas Gregor8e984da2010-08-04 16:47:14 +00003clang_codeCompleteAt
Dan Gohman314ca582010-04-16 04:45:02 +00004clang_codeCompleteGetDiagnostic
5clang_codeCompleteGetNumDiagnostics
6clang_constructUSR_ObjCCategory
7clang_constructUSR_ObjCClass
8clang_constructUSR_ObjCIvar
9clang_constructUSR_ObjCMethod
10clang_constructUSR_ObjCProperty
11clang_constructUSR_ObjCProtocol
12clang_createIndex
13clang_createTranslationUnit
14clang_createTranslationUnitFromSourceFile
Douglas Gregorb68bc592010-08-05 09:09:23 +000015clang_defaultCodeCompleteOptions
Dan Gohman314ca582010-04-16 04:45:02 +000016clang_defaultDiagnosticDisplayOptions
Ted Kremeneka5940822010-08-26 01:42:22 +000017clang_defaultEditingTranslationUnitOptions
Douglas Gregorde051182010-08-11 15:58:42 +000018clang_defaultReparseOptions
Douglas Gregor6bb92ec2010-08-13 15:35:05 +000019clang_defaultSaveOptions
Dan Gohman314ca582010-04-16 04:45:02 +000020clang_disposeCodeCompleteResults
21clang_disposeDiagnostic
22clang_disposeIndex
Douglas Gregor99a26af2010-10-01 20:25:15 +000023clang_disposeOverriddenCursors
Dan Gohman314ca582010-04-16 04:45:02 +000024clang_disposeString
25clang_disposeTokens
26clang_disposeTranslationUnit
27clang_enableStackTraces
Daniel Dunbar23420652010-11-04 01:26:29 +000028clang_executeOnThread
Dan Gohman314ca582010-04-16 04:45:02 +000029clang_equalCursors
30clang_equalLocations
Ted Kremenek6bca9842010-05-14 21:29:26 +000031clang_equalTypes
Dan Gohman314ca582010-04-16 04:45:02 +000032clang_formatDiagnostic
33clang_getCString
Ted Kremenekae9e2212010-08-27 21:34:58 +000034clang_getCXXAccessSpecifier
Ted Kremenek9cfe9e62010-05-17 20:06:56 +000035clang_getCanonicalType
Dan Gohman314ca582010-04-16 04:45:02 +000036clang_getClangVersion
Douglas Gregorf757a122010-08-23 23:00:57 +000037clang_getCompletionAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000038clang_getCompletionChunkCompletionString
39clang_getCompletionChunkKind
40clang_getCompletionChunkText
Douglas Gregora2db7932010-05-26 22:00:08 +000041clang_getCompletionPriority
Dan Gohman314ca582010-04-16 04:45:02 +000042clang_getCursor
Douglas Gregorf757a122010-08-23 23:00:57 +000043clang_getCursorAvailability
Dan Gohman314ca582010-04-16 04:45:02 +000044clang_getCursorDefinition
Douglas Gregor97c75712010-10-02 22:49:11 +000045clang_getCursorDisplayName
Dan Gohman314ca582010-04-16 04:45:02 +000046clang_getCursorExtent
47clang_getCursorKind
48clang_getCursorKindSpelling
49clang_getCursorLanguage
Douglas Gregor0576ce72010-09-22 21:22:29 +000050clang_getCursorLexicalParent
Dan Gohman314ca582010-04-16 04:45:02 +000051clang_getCursorLinkage
52clang_getCursorLocation
53clang_getCursorReferenced
Ted Kremenekc62ab8d2010-06-21 20:48:56 +000054clang_getCursorResultType
Douglas Gregor0576ce72010-09-22 21:22:29 +000055clang_getCursorSemanticParent
Ted Kremeneka5940822010-08-26 01:42:22 +000056clang_getCursorSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +000057clang_getCursorType
Dan Gohman314ca582010-04-16 04:45:02 +000058clang_getCursorUSR
59clang_getDefinitionSpellingAndExtent
60clang_getDiagnostic
61clang_getDiagnosticFixIt
62clang_getDiagnosticLocation
63clang_getDiagnosticNumFixIts
64clang_getDiagnosticNumRanges
65clang_getDiagnosticRange
66clang_getDiagnosticSeverity
67clang_getDiagnosticSpelling
68clang_getFile
69clang_getFileName
70clang_getFileTime
Ted Kremeneka5940822010-08-26 01:42:22 +000071clang_getIBOutletCollectionType
Douglas Gregor796d76a2010-10-20 22:00:55 +000072clang_getIncludedFile
Dan Gohman314ca582010-04-16 04:45:02 +000073clang_getInclusions
74clang_getInstantiationLocation
75clang_getLocation
David Chisnall2e16ac52010-10-15 17:07:39 +000076clang_getLocationForOffset
Dan Gohman314ca582010-04-16 04:45:02 +000077clang_getNullCursor
78clang_getNullLocation
79clang_getNullRange
80clang_getNumCompletionChunks
81clang_getNumDiagnostics
Douglas Gregor16a2bdd2010-09-13 22:52:57 +000082clang_getNumOverloadedDecls
83clang_getOverloadedDecl
Douglas Gregor99a26af2010-10-01 20:25:15 +000084clang_getOverriddenCursors
Ted Kremenek6bca9842010-05-14 21:29:26 +000085clang_getPointeeType
Dan Gohman314ca582010-04-16 04:45:02 +000086clang_getRange
87clang_getRangeEnd
88clang_getRangeStart
Ted Kremenekc1508872010-06-21 20:15:39 +000089clang_getResultType
Douglas Gregord3f48bd2010-09-02 00:07:54 +000090clang_getSpecializedCursorTemplate
Douglas Gregor229bebd2010-11-09 06:24:54 +000091clang_getSpellingLocation
Douglas Gregorf11309e2010-08-31 22:12:17 +000092clang_getTemplateCursorKind
Dan Gohman314ca582010-04-16 04:45:02 +000093clang_getTokenExtent
94clang_getTokenKind
95clang_getTokenLocation
96clang_getTokenSpelling
97clang_getTranslationUnitCursor
98clang_getTranslationUnitSpelling
Ted Kremenek6bca9842010-05-14 21:29:26 +000099clang_getTypeDeclaration
100clang_getTypeKindSpelling
Dan Gohman314ca582010-04-16 04:45:02 +0000101clang_isCursorDefinition
102clang_isDeclaration
103clang_isExpression
104clang_isInvalid
Ted Kremenek0c7476a2010-07-30 00:14:11 +0000105clang_isPODType
Ted Kremeneka5940822010-08-26 01:42:22 +0000106clang_isPreprocessing
Dan Gohman314ca582010-04-16 04:45:02 +0000107clang_isReference
108clang_isStatement
109clang_isTranslationUnit
110clang_isUnexposed
Ted Kremenekae9e2212010-08-27 21:34:58 +0000111clang_isVirtualBase
Douglas Gregor99d2cf42010-07-21 18:52:53 +0000112clang_parseTranslationUnit
Douglas Gregoraa21cc42010-07-19 21:46:24 +0000113clang_reparseTranslationUnit
Douglas Gregore9386682010-08-13 05:36:37 +0000114clang_saveTranslationUnit
Douglas Gregor49f67ce2010-08-26 13:48:20 +0000115clang_sortCodeCompletionResults
Dan Gohman314ca582010-04-16 04:45:02 +0000116clang_tokenize
117clang_visitChildren
David Chisnallb2aa0ef2010-11-03 14:12:26 +0000118clang_visitChildrenWithBlock