blob: 511c85d26f03986bd6c7ffa48ccbf2171634d17a [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
24clang_disposeString
25clang_disposeTokens
26clang_disposeTranslationUnit
27clang_enableStackTraces
28clang_equalCursors
29clang_equalLocations
Ted Kremenek8e0ac172010-05-14 21:29:26 +000030clang_equalTypes
Dan Gohmane42e9872010-04-16 04:45:02 +000031clang_formatDiagnostic
32clang_getCString
Ted Kremenek3064ef92010-08-27 21:34:58 +000033clang_getCXXAccessSpecifier
Ted Kremenek9ada39a2010-05-17 20:06:56 +000034clang_getCanonicalType
Dan Gohmane42e9872010-04-16 04:45:02 +000035clang_getClangVersion
Douglas Gregor58ddb602010-08-23 23:00:57 +000036clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000037clang_getCompletionChunkCompletionString
38clang_getCompletionChunkKind
39clang_getCompletionChunkText
Douglas Gregor12e13132010-05-26 22:00:08 +000040clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000041clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000042clang_getCursorAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000043clang_getCursorDefinition
44clang_getCursorExtent
45clang_getCursorKind
46clang_getCursorKindSpelling
47clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +000048clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +000049clang_getCursorLinkage
50clang_getCursorLocation
51clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000052clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +000053clang_getCursorSemanticParent
Ted Kremenek95f33552010-08-26 01:42:22 +000054clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000055clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +000056clang_getCursorUSR
57clang_getDefinitionSpellingAndExtent
58clang_getDiagnostic
59clang_getDiagnosticFixIt
60clang_getDiagnosticLocation
61clang_getDiagnosticNumFixIts
62clang_getDiagnosticNumRanges
63clang_getDiagnosticRange
64clang_getDiagnosticSeverity
65clang_getDiagnosticSpelling
66clang_getFile
67clang_getFileName
68clang_getFileTime
Ted Kremenek95f33552010-08-26 01:42:22 +000069clang_getIBOutletCollectionType
Dan Gohmane42e9872010-04-16 04:45:02 +000070clang_getInclusions
71clang_getInstantiationLocation
72clang_getLocation
73clang_getNullCursor
74clang_getNullLocation
75clang_getNullRange
76clang_getNumCompletionChunks
77clang_getNumDiagnostics
Douglas Gregor1f60d9e2010-09-13 22:52:57 +000078clang_getNumOverloadedDecls
79clang_getOverloadedDecl
Ted Kremenek8e0ac172010-05-14 21:29:26 +000080clang_getPointeeType
Dan Gohmane42e9872010-04-16 04:45:02 +000081clang_getRange
82clang_getRangeEnd
83clang_getRangeStart
Ted Kremenek04c3cf32010-06-21 20:15:39 +000084clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +000085clang_getSpecializedCursorTemplate
Douglas Gregor49f6f542010-08-31 22:12:17 +000086clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +000087clang_getTokenExtent
88clang_getTokenKind
89clang_getTokenLocation
90clang_getTokenSpelling
91clang_getTranslationUnitCursor
92clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000093clang_getTypeDeclaration
94clang_getTypeKindSpelling
Dan Gohmane42e9872010-04-16 04:45:02 +000095clang_isCursorDefinition
96clang_isDeclaration
97clang_isExpression
98clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +000099clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +0000100clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000101clang_isReference
102clang_isStatement
103clang_isTranslationUnit
104clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000105clang_isVirtualBase
Douglas Gregor5a430212010-07-21 18:52:53 +0000106clang_parseTranslationUnit
Douglas Gregorabc563f2010-07-19 21:46:24 +0000107clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000108clang_saveTranslationUnit
Dan Gohmane42e9872010-04-16 04:45:02 +0000109clang_setUseExternalASTGeneration
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000110clang_sortCodeCompletionResults
Dan Gohmane42e9872010-04-16 04:45:02 +0000111clang_tokenize
112clang_visitChildren