blob: e7e4f8be14dcbc1aa746a429cb93e81de193a06e [file] [log] [blame]
Ted Kremenek9ada39a2010-05-17 20:06:56 +00001clang_CXXMethod_isStatic
Dan Gohmane42e9872010-04-16 04:45:02 +00002clang_annotateTokens
3clang_codeComplete
Douglas Gregor1abc6bc2010-08-04 16:47:14 +00004clang_codeCompleteAt
Dan Gohmane42e9872010-04-16 04:45:02 +00005clang_codeCompleteGetDiagnostic
6clang_codeCompleteGetNumDiagnostics
7clang_constructUSR_ObjCCategory
8clang_constructUSR_ObjCClass
9clang_constructUSR_ObjCIvar
10clang_constructUSR_ObjCMethod
11clang_constructUSR_ObjCProperty
12clang_constructUSR_ObjCProtocol
13clang_createIndex
14clang_createTranslationUnit
15clang_createTranslationUnitFromSourceFile
Douglas Gregorcee235c2010-08-05 09:09:23 +000016clang_defaultCodeCompleteOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000017clang_defaultDiagnosticDisplayOptions
Ted Kremenek95f33552010-08-26 01:42:22 +000018clang_defaultEditingTranslationUnitOptions
Douglas Gregore1e13bf2010-08-11 15:58:42 +000019clang_defaultReparseOptions
Douglas Gregor19998442010-08-13 15:35:05 +000020clang_defaultSaveOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000021clang_disposeCodeCompleteResults
22clang_disposeDiagnostic
23clang_disposeIndex
Douglas Gregor9f592342010-10-01 20:25:15 +000024clang_disposeOverriddenCursors
Dan Gohmane42e9872010-04-16 04:45:02 +000025clang_disposeString
26clang_disposeTokens
27clang_disposeTranslationUnit
28clang_enableStackTraces
29clang_equalCursors
30clang_equalLocations
Ted Kremenek8e0ac172010-05-14 21:29:26 +000031clang_equalTypes
Dan Gohmane42e9872010-04-16 04:45:02 +000032clang_formatDiagnostic
33clang_getCString
Ted Kremenek3064ef92010-08-27 21:34:58 +000034clang_getCXXAccessSpecifier
Ted Kremenek9ada39a2010-05-17 20:06:56 +000035clang_getCanonicalType
Dan Gohmane42e9872010-04-16 04:45:02 +000036clang_getClangVersion
Douglas Gregor58ddb602010-08-23 23:00:57 +000037clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000038clang_getCompletionChunkCompletionString
39clang_getCompletionChunkKind
40clang_getCompletionChunkText
Douglas Gregor12e13132010-05-26 22:00:08 +000041clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000042clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000043clang_getCursorAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000044clang_getCursorDefinition
Douglas Gregor358559d2010-10-02 22:49:11 +000045clang_getCursorDisplayName
Dan Gohmane42e9872010-04-16 04:45:02 +000046clang_getCursorExtent
47clang_getCursorKind
48clang_getCursorKindSpelling
49clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +000050clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +000051clang_getCursorLinkage
52clang_getCursorLocation
53clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000054clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +000055clang_getCursorSemanticParent
Ted Kremenek95f33552010-08-26 01:42:22 +000056clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000057clang_getCursorType
Dan Gohmane42e9872010-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 Kremenek95f33552010-08-26 01:42:22 +000071clang_getIBOutletCollectionType
Dan Gohmane42e9872010-04-16 04:45:02 +000072clang_getInclusions
73clang_getInstantiationLocation
74clang_getLocation
75clang_getNullCursor
76clang_getNullLocation
77clang_getNullRange
78clang_getNumCompletionChunks
79clang_getNumDiagnostics
Douglas Gregor1f60d9e2010-09-13 22:52:57 +000080clang_getNumOverloadedDecls
81clang_getOverloadedDecl
Douglas Gregor9f592342010-10-01 20:25:15 +000082clang_getOverriddenCursors
Ted Kremenek8e0ac172010-05-14 21:29:26 +000083clang_getPointeeType
Dan Gohmane42e9872010-04-16 04:45:02 +000084clang_getRange
85clang_getRangeEnd
86clang_getRangeStart
Ted Kremenek04c3cf32010-06-21 20:15:39 +000087clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +000088clang_getSpecializedCursorTemplate
Douglas Gregor49f6f542010-08-31 22:12:17 +000089clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +000090clang_getTokenExtent
91clang_getTokenKind
92clang_getTokenLocation
93clang_getTokenSpelling
94clang_getTranslationUnitCursor
95clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000096clang_getTypeDeclaration
97clang_getTypeKindSpelling
Dan Gohmane42e9872010-04-16 04:45:02 +000098clang_isCursorDefinition
99clang_isDeclaration
100clang_isExpression
101clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +0000102clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +0000103clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000104clang_isReference
105clang_isStatement
106clang_isTranslationUnit
107clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000108clang_isVirtualBase
Douglas Gregor5a430212010-07-21 18:52:53 +0000109clang_parseTranslationUnit
Douglas Gregorabc563f2010-07-19 21:46:24 +0000110clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000111clang_saveTranslationUnit
Dan Gohmane42e9872010-04-16 04:45:02 +0000112clang_setUseExternalASTGeneration
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000113clang_sortCodeCompletionResults
Dan Gohmane42e9872010-04-16 04:45:02 +0000114clang_tokenize
115clang_visitChildren