blob: df93a799f7e150a1f0b113ea998336e1156d76bf [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 Kremenek9ada39a2010-05-17 20:06:56 +000033clang_getCanonicalType
Dan Gohmane42e9872010-04-16 04:45:02 +000034clang_getClangVersion
Douglas Gregor58ddb602010-08-23 23:00:57 +000035clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000036clang_getCompletionChunkCompletionString
37clang_getCompletionChunkKind
38clang_getCompletionChunkText
Douglas Gregor12e13132010-05-26 22:00:08 +000039clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000040clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000041clang_getCursorAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000042clang_getCursorDefinition
43clang_getCursorExtent
44clang_getCursorKind
45clang_getCursorKindSpelling
46clang_getCursorLanguage
47clang_getCursorLinkage
48clang_getCursorLocation
49clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000050clang_getCursorResultType
Ted Kremenek95f33552010-08-26 01:42:22 +000051clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000052clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +000053clang_getCursorUSR
54clang_getDefinitionSpellingAndExtent
55clang_getDiagnostic
56clang_getDiagnosticFixIt
57clang_getDiagnosticLocation
58clang_getDiagnosticNumFixIts
59clang_getDiagnosticNumRanges
60clang_getDiagnosticRange
61clang_getDiagnosticSeverity
62clang_getDiagnosticSpelling
63clang_getFile
64clang_getFileName
65clang_getFileTime
Ted Kremenek95f33552010-08-26 01:42:22 +000066clang_getIBOutletCollectionType
Dan Gohmane42e9872010-04-16 04:45:02 +000067clang_getInclusions
68clang_getInstantiationLocation
69clang_getLocation
70clang_getNullCursor
71clang_getNullLocation
72clang_getNullRange
73clang_getNumCompletionChunks
74clang_getNumDiagnostics
Ted Kremenek8e0ac172010-05-14 21:29:26 +000075clang_getPointeeType
Dan Gohmane42e9872010-04-16 04:45:02 +000076clang_getRange
77clang_getRangeEnd
78clang_getRangeStart
Ted Kremenek04c3cf32010-06-21 20:15:39 +000079clang_getResultType
Dan Gohmane42e9872010-04-16 04:45:02 +000080clang_getTokenExtent
81clang_getTokenKind
82clang_getTokenLocation
83clang_getTokenSpelling
84clang_getTranslationUnitCursor
85clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000086clang_getTypeDeclaration
87clang_getTypeKindSpelling
Dan Gohmane42e9872010-04-16 04:45:02 +000088clang_isCursorDefinition
89clang_isDeclaration
90clang_isExpression
91clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +000092clang_isPODType
Ted Kremenek95f33552010-08-26 01:42:22 +000093clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +000094clang_isReference
95clang_isStatement
96clang_isTranslationUnit
97clang_isUnexposed
Douglas Gregor5a430212010-07-21 18:52:53 +000098clang_parseTranslationUnit
Douglas Gregorabc563f2010-07-19 21:46:24 +000099clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000100clang_saveTranslationUnit
Dan Gohmane42e9872010-04-16 04:45:02 +0000101clang_setUseExternalASTGeneration
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000102clang_sortCodeCompletionResults
Dan Gohmane42e9872010-04-16 04:45:02 +0000103clang_tokenize
104clang_visitChildren