blob: e32e9d598cdfe8dd2011a63202a3aa10aa41f9be [file] [log] [blame]
Douglas Gregor27b4fa92010-01-26 17:06:03 +00001_clang_annotateTokens
Douglas Gregor9eb77012009-11-07 00:00:49 +00002_clang_codeComplete
Douglas Gregor33cdd812010-02-18 18:08:43 +00003_clang_codeCompleteGetDiagnostic
4_clang_codeCompleteGetNumDiagnostics
Ted Kremenek30cbea52009-08-27 23:50:46 +00005_clang_createIndex
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +00006_clang_createTranslationUnit
7_clang_createTranslationUnitFromSourceFile
Douglas Gregor1e21cc72010-02-18 23:07:20 +00008_clang_defaultDiagnosticDisplayOptions
9_clang_displayDiagnostic
Douglas Gregorf72b6ac2009-12-18 16:20:58 +000010_clang_disposeCodeCompleteResults
Douglas Gregor33cdd812010-02-18 18:08:43 +000011_clang_disposeDiagnostic
Steve Naroff3aa2d732009-09-17 18:33:27 +000012_clang_disposeIndex
Steve Naroff8675d5c2009-11-09 17:45:52 +000013_clang_disposeString
Douglas Gregor27b4fa92010-01-26 17:06:03 +000014_clang_disposeTokens
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +000015_clang_disposeTranslationUnit
Douglas Gregor1e21cc72010-02-18 23:07:20 +000016_clang_enableStackTraces
Ted Kremeneke05d7802009-11-17 19:28:59 +000017_clang_equalCursors
Douglas Gregor816fd362010-01-22 21:44:22 +000018_clang_equalLocations
Ted Kremenekc0f3f722010-01-22 22:44:15 +000019_clang_getClangVersion
Daniel Dunbar11089662009-12-03 01:54:28 +000020_clang_getCString
Douglas Gregor8b14f8f2009-11-09 16:04:45 +000021_clang_getCompletionChunkCompletionString
Douglas Gregor9eb77012009-11-07 00:00:49 +000022_clang_getCompletionChunkKind
23_clang_getCompletionChunkText
Ted Kremenek30cbea52009-08-27 23:50:46 +000024_clang_getCursor
Douglas Gregor6b8232f2010-01-19 19:34:47 +000025_clang_getCursorDefinition
Douglas Gregor33c34ac2010-01-19 00:34:46 +000026_clang_getCursorExtent
Ted Kremenek30cbea52009-08-27 23:50:46 +000027_clang_getCursorKind
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +000028_clang_getCursorKindSpelling
Douglas Gregor66a58812010-01-18 22:46:11 +000029_clang_getCursorLocation
Douglas Gregorad27e8b2010-01-19 01:20:04 +000030_clang_getCursorReferenced
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +000031_clang_getCursorSpelling
Ted Kremenek473c7a72010-01-18 20:23:29 +000032_clang_getCursorUSR
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +000033_clang_getDefinitionSpellingAndExtent
Douglas Gregor33cdd812010-02-18 18:08:43 +000034_clang_getDiagnostic
Douglas Gregor836ec942010-02-19 18:16:06 +000035_clang_getDiagnosticFixIt
Douglas Gregor4f9c3762010-01-28 00:27:43 +000036_clang_getDiagnosticLocation
37_clang_getDiagnosticNumFixIts
Douglas Gregor4b8fd6d2010-02-08 23:11:56 +000038_clang_getDiagnosticNumRanges
39_clang_getDiagnosticRange
Douglas Gregor4f9c3762010-01-28 00:27:43 +000040_clang_getDiagnosticSeverity
41_clang_getDiagnosticSpelling
Douglas Gregor816fd362010-01-22 21:44:22 +000042_clang_getFile
Steve Naroff6231f182009-10-27 14:35:18 +000043_clang_getFileName
44_clang_getFileTime
Ted Kremenek0b86e3a2010-01-26 19:31:51 +000045_clang_getInclusions
Douglas Gregor4f46e782010-01-19 21:36:55 +000046_clang_getInstantiationLocation
Douglas Gregor816fd362010-01-22 21:44:22 +000047_clang_getLocation
Ted Kremeneke05d7802009-11-17 19:28:59 +000048_clang_getNullCursor
Douglas Gregor816fd362010-01-22 21:44:22 +000049_clang_getNullLocation
Douglas Gregor4f9c3762010-01-28 00:27:43 +000050_clang_getNullRange
Douglas Gregor9eb77012009-11-07 00:00:49 +000051_clang_getNumCompletionChunks
Douglas Gregor33cdd812010-02-18 18:08:43 +000052_clang_getNumDiagnostics
Douglas Gregor816fd362010-01-22 21:44:22 +000053_clang_getRange
Douglas Gregor4f46e782010-01-19 21:36:55 +000054_clang_getRangeEnd
55_clang_getRangeStart
Douglas Gregor27b4fa92010-01-26 17:06:03 +000056_clang_getTokenExtent
57_clang_getTokenKind
58_clang_getTokenLocation
59_clang_getTokenSpelling
Douglas Gregord2fc7272010-01-20 00:23:15 +000060_clang_getTranslationUnitCursor
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +000061_clang_getTranslationUnitSpelling
Douglas Gregor6b8232f2010-01-19 19:34:47 +000062_clang_isCursorDefinition
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +000063_clang_isDeclaration
Douglas Gregor8f40bbee2010-01-19 23:20:36 +000064_clang_isExpression
Daniel Dunbarcb68cdf2009-11-02 22:23:08 +000065_clang_isInvalid
66_clang_isReference
Douglas Gregor8f40bbee2010-01-19 23:20:36 +000067_clang_isStatement
Douglas Gregord2fc7272010-01-20 00:23:15 +000068_clang_isTranslationUnit
Daniel Dunbar11089662009-12-03 01:54:28 +000069_clang_setUseExternalASTGeneration
Douglas Gregor27b4fa92010-01-26 17:06:03 +000070_clang_tokenize
Douglas Gregor71f3d942010-01-20 20:59:29 +000071_clang_visitChildren