blob: 5e8abf25333b2eca331122df67ee8e4181d2e995 [file] [log] [blame]
Ted Kremenek9ada39a2010-05-17 20:06:56 +00001_clang_CXXMethod_isStatic
Dan Gohmane42e9872010-04-16 04:45:02 +00002_clang_annotateTokens
Douglas Gregor1abc6bc2010-08-04 16:47:14 +00003_clang_codeCompleteAt
Dan Gohmane42e9872010-04-16 04:45:02 +00004_clang_codeCompleteGetDiagnostic
5_clang_codeCompleteGetNumDiagnostics
6_clang_constructUSR_ObjCCategory
7_clang_constructUSR_ObjCClass
8_clang_constructUSR_ObjCIvar
9_clang_constructUSR_ObjCMethod
10_clang_constructUSR_ObjCProperty
11_clang_constructUSR_ObjCProtocol
12_clang_createIndex
13_clang_createTranslationUnit
14_clang_createTranslationUnitFromSourceFile
Douglas Gregorcee235c2010-08-05 09:09:23 +000015_clang_defaultCodeCompleteOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000016_clang_defaultDiagnosticDisplayOptions
Ted Kremenek3064ef92010-08-27 21:34:58 +000017_clang_defaultEditingTranslationUnitOptions
Douglas Gregore1e13bf2010-08-11 15:58:42 +000018_clang_defaultReparseOptions
Douglas Gregor19998442010-08-13 15:35:05 +000019_clang_defaultSaveOptions
Dan Gohmane42e9872010-04-16 04:45:02 +000020_clang_disposeCodeCompleteResults
21_clang_disposeDiagnostic
22_clang_disposeIndex
Douglas Gregor9f592342010-10-01 20:25:15 +000023_clang_disposeOverriddenCursors
Dan Gohmane42e9872010-04-16 04:45:02 +000024_clang_disposeString
25_clang_disposeTokens
26_clang_disposeTranslationUnit
27_clang_enableStackTraces
Daniel Dunbar995aaf92010-11-04 01:26:29 +000028_clang_executeOnThread
Dan Gohmane42e9872010-04-16 04:45:02 +000029_clang_equalCursors
30_clang_equalLocations
Ted Kremenek8e0ac172010-05-14 21:29:26 +000031_clang_equalTypes
Dan Gohmane42e9872010-04-16 04:45:02 +000032_clang_formatDiagnostic
33_clang_getCString
Ted Kremenek3064ef92010-08-27 21:34:58 +000034_clang_getCXXAccessSpecifier
Ted Kremenek9ada39a2010-05-17 20:06:56 +000035_clang_getCanonicalType
Dan Gohmane42e9872010-04-16 04:45:02 +000036_clang_getClangVersion
Douglas Gregor58ddb602010-08-23 23:00:57 +000037_clang_getCompletionAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000038_clang_getCompletionChunkCompletionString
39_clang_getCompletionChunkKind
40_clang_getCompletionChunkText
Douglas Gregor12e13132010-05-26 22:00:08 +000041_clang_getCompletionPriority
Dan Gohmane42e9872010-04-16 04:45:02 +000042_clang_getCursor
Douglas Gregor58ddb602010-08-23 23:00:57 +000043_clang_getCursorAvailability
Dan Gohmane42e9872010-04-16 04:45:02 +000044_clang_getCursorDefinition
Douglas Gregor358559d2010-10-02 22:49:11 +000045_clang_getCursorDisplayName
Dan Gohmane42e9872010-04-16 04:45:02 +000046_clang_getCursorExtent
47_clang_getCursorKind
48_clang_getCursorKindSpelling
49_clang_getCursorLanguage
Douglas Gregor2be5bc92010-09-22 21:22:29 +000050_clang_getCursorLexicalParent
Dan Gohmane42e9872010-04-16 04:45:02 +000051_clang_getCursorLinkage
52_clang_getCursorLocation
53_clang_getCursorReferenced
Ted Kremenek9a140842010-06-21 20:48:56 +000054_clang_getCursorResultType
Douglas Gregor2be5bc92010-09-22 21:22:29 +000055_clang_getCursorSemanticParent
Ted Kremenek3064ef92010-08-27 21:34:58 +000056_clang_getCursorSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +000057_clang_getCursorType
Dan Gohmane42e9872010-04-16 04:45:02 +000058_clang_getCursorUSR
59_clang_getDefinitionSpellingAndExtent
60_clang_getDiagnostic
Douglas Gregoraa5f1352010-11-19 16:18:16 +000061_clang_getDiagnosticCategory
62_clang_getDiagnosticCategoryName
Dan Gohmane42e9872010-04-16 04:45:02 +000063_clang_getDiagnosticFixIt
64_clang_getDiagnosticLocation
65_clang_getDiagnosticNumFixIts
66_clang_getDiagnosticNumRanges
Douglas Gregoraa5f1352010-11-19 16:18:16 +000067_clang_getDiagnosticOption
Dan Gohmane42e9872010-04-16 04:45:02 +000068_clang_getDiagnosticRange
69_clang_getDiagnosticSeverity
70_clang_getDiagnosticSpelling
71_clang_getFile
72_clang_getFileName
73_clang_getFileTime
Ted Kremenek3064ef92010-08-27 21:34:58 +000074_clang_getIBOutletCollectionType
Douglas Gregorecdcb882010-10-20 22:00:55 +000075_clang_getIncludedFile
Dan Gohmane42e9872010-04-16 04:45:02 +000076_clang_getInclusions
77_clang_getInstantiationLocation
78_clang_getLocation
David Chisnall83889a72010-10-15 17:07:39 +000079_clang_getLocationForOffset
Dan Gohmane42e9872010-04-16 04:45:02 +000080_clang_getNullCursor
81_clang_getNullLocation
82_clang_getNullRange
83_clang_getNumCompletionChunks
84_clang_getNumDiagnostics
Douglas Gregor1f60d9e2010-09-13 22:52:57 +000085_clang_getNumOverloadedDecls
86_clang_getOverloadedDecl
Douglas Gregor9f592342010-10-01 20:25:15 +000087_clang_getOverriddenCursors
Ted Kremenek8e0ac172010-05-14 21:29:26 +000088_clang_getPointeeType
Dan Gohmane42e9872010-04-16 04:45:02 +000089_clang_getRange
90_clang_getRangeEnd
91_clang_getRangeStart
Ted Kremenek04c3cf32010-06-21 20:15:39 +000092_clang_getResultType
Douglas Gregore0329ac2010-09-02 00:07:54 +000093_clang_getSpecializedCursorTemplate
Douglas Gregora9b06d42010-11-09 06:24:54 +000094_clang_getSpellingLocation
Douglas Gregor49f6f542010-08-31 22:12:17 +000095_clang_getTemplateCursorKind
Dan Gohmane42e9872010-04-16 04:45:02 +000096_clang_getTokenExtent
97_clang_getTokenKind
98_clang_getTokenLocation
99_clang_getTokenSpelling
100_clang_getTranslationUnitCursor
101_clang_getTranslationUnitSpelling
Ted Kremenek8e0ac172010-05-14 21:29:26 +0000102_clang_getTypeDeclaration
103_clang_getTypeKindSpelling
Dan Gohmane42e9872010-04-16 04:45:02 +0000104_clang_isCursorDefinition
105_clang_isDeclaration
106_clang_isExpression
107_clang_isInvalid
Ted Kremenek3ce9e7d2010-07-30 00:14:11 +0000108_clang_isPODType
Ted Kremenek3064ef92010-08-27 21:34:58 +0000109_clang_isPreprocessing
Dan Gohmane42e9872010-04-16 04:45:02 +0000110_clang_isReference
111_clang_isStatement
Dan Gohmane42e9872010-04-16 04:45:02 +0000112_clang_isTranslationUnit
113_clang_isUnexposed
Ted Kremenek3064ef92010-08-27 21:34:58 +0000114_clang_isVirtualBase
Douglas Gregor5a430212010-07-21 18:52:53 +0000115_clang_parseTranslationUnit
Douglas Gregorabc563f2010-07-19 21:46:24 +0000116_clang_reparseTranslationUnit
Douglas Gregor7ae2faa2010-08-13 05:36:37 +0000117_clang_saveTranslationUnit
Douglas Gregor1e5e6682010-08-26 13:48:20 +0000118_clang_sortCodeCompletionResults
Dan Gohmane42e9872010-04-16 04:45:02 +0000119_clang_tokenize
120_clang_visitChildren