blob: e32e9d598cdfe8dd2011a63202a3aa10aa41f9be [file] [log] [blame]
Douglas Gregorfc8ea232010-01-26 17:06:03 +00001_clang_annotateTokens
Douglas Gregor0c8296d2009-11-07 00:00:49 +00002_clang_codeComplete
Douglas Gregora88084b2010-02-18 18:08:43 +00003_clang_codeCompleteGetDiagnostic
4_clang_codeCompleteGetNumDiagnostics
Ted Kremenekf7107892009-08-27 23:50:46 +00005_clang_createIndex
Daniel Dunbar11841912009-11-02 22:23:08 +00006_clang_createTranslationUnit
7_clang_createTranslationUnitFromSourceFile
Douglas Gregor0a812cf2010-02-18 23:07:20 +00008_clang_defaultDiagnosticDisplayOptions
9_clang_displayDiagnostic
Douglas Gregorec6762c2009-12-18 16:20:58 +000010_clang_disposeCodeCompleteResults
Douglas Gregora88084b2010-02-18 18:08:43 +000011_clang_disposeDiagnostic
Steve Naroff2bd6b9f2009-09-17 18:33:27 +000012_clang_disposeIndex
Steve Naroffef0cef62009-11-09 17:45:52 +000013_clang_disposeString
Douglas Gregorfc8ea232010-01-26 17:06:03 +000014_clang_disposeTokens
Daniel Dunbar11841912009-11-02 22:23:08 +000015_clang_disposeTranslationUnit
Douglas Gregor0a812cf2010-02-18 23:07:20 +000016_clang_enableStackTraces
Ted Kremenek73885552009-11-17 19:28:59 +000017_clang_equalCursors
Douglas Gregorb9790342010-01-22 21:44:22 +000018_clang_equalLocations
Ted Kremenek04bb7162010-01-22 22:44:15 +000019_clang_getClangVersion
Daniel Dunbar8506dde2009-12-03 01:54:28 +000020_clang_getCString
Douglas Gregor3ac73852009-11-09 16:04:45 +000021_clang_getCompletionChunkCompletionString
Douglas Gregor0c8296d2009-11-07 00:00:49 +000022_clang_getCompletionChunkKind
23_clang_getCompletionChunkText
Ted Kremenekf7107892009-08-27 23:50:46 +000024_clang_getCursor
Douglas Gregorb6998662010-01-19 19:34:47 +000025_clang_getCursorDefinition
Douglas Gregora7bde202010-01-19 00:34:46 +000026_clang_getCursorExtent
Ted Kremenekf7107892009-08-27 23:50:46 +000027_clang_getCursorKind
Daniel Dunbar11841912009-11-02 22:23:08 +000028_clang_getCursorKindSpelling
Douglas Gregor98258af2010-01-18 22:46:11 +000029_clang_getCursorLocation
Douglas Gregorc5d1e932010-01-19 01:20:04 +000030_clang_getCursorReferenced
Daniel Dunbar11841912009-11-02 22:23:08 +000031_clang_getCursorSpelling
Ted Kremenekcf84aa42010-01-18 20:23:29 +000032_clang_getCursorUSR
Daniel Dunbar11841912009-11-02 22:23:08 +000033_clang_getDefinitionSpellingAndExtent
Douglas Gregora88084b2010-02-18 18:08:43 +000034_clang_getDiagnostic
Douglas Gregor473d7012010-02-19 18:16:06 +000035_clang_getDiagnosticFixIt
Douglas Gregor5352ac02010-01-28 00:27:43 +000036_clang_getDiagnosticLocation
37_clang_getDiagnosticNumFixIts
Douglas Gregora3890ba2010-02-08 23:11:56 +000038_clang_getDiagnosticNumRanges
39_clang_getDiagnosticRange
Douglas Gregor5352ac02010-01-28 00:27:43 +000040_clang_getDiagnosticSeverity
41_clang_getDiagnosticSpelling
Douglas Gregorb9790342010-01-22 21:44:22 +000042_clang_getFile
Steve Naroff88145032009-10-27 14:35:18 +000043_clang_getFileName
44_clang_getFileTime
Ted Kremenek16b55a72010-01-26 19:31:51 +000045_clang_getInclusions
Douglas Gregor1db19de2010-01-19 21:36:55 +000046_clang_getInstantiationLocation
Douglas Gregorb9790342010-01-22 21:44:22 +000047_clang_getLocation
Ted Kremenek73885552009-11-17 19:28:59 +000048_clang_getNullCursor
Douglas Gregorb9790342010-01-22 21:44:22 +000049_clang_getNullLocation
Douglas Gregor5352ac02010-01-28 00:27:43 +000050_clang_getNullRange
Douglas Gregor0c8296d2009-11-07 00:00:49 +000051_clang_getNumCompletionChunks
Douglas Gregora88084b2010-02-18 18:08:43 +000052_clang_getNumDiagnostics
Douglas Gregorb9790342010-01-22 21:44:22 +000053_clang_getRange
Douglas Gregor1db19de2010-01-19 21:36:55 +000054_clang_getRangeEnd
55_clang_getRangeStart
Douglas Gregorfc8ea232010-01-26 17:06:03 +000056_clang_getTokenExtent
57_clang_getTokenKind
58_clang_getTokenLocation
59_clang_getTokenSpelling
Douglas Gregor7eaa8ae2010-01-20 00:23:15 +000060_clang_getTranslationUnitCursor
Daniel Dunbar11841912009-11-02 22:23:08 +000061_clang_getTranslationUnitSpelling
Douglas Gregorb6998662010-01-19 19:34:47 +000062_clang_isCursorDefinition
Daniel Dunbar11841912009-11-02 22:23:08 +000063_clang_isDeclaration
Douglas Gregor97b98722010-01-19 23:20:36 +000064_clang_isExpression
Daniel Dunbar11841912009-11-02 22:23:08 +000065_clang_isInvalid
66_clang_isReference
Douglas Gregor97b98722010-01-19 23:20:36 +000067_clang_isStatement
Douglas Gregor7eaa8ae2010-01-20 00:23:15 +000068_clang_isTranslationUnit
Daniel Dunbar8506dde2009-12-03 01:54:28 +000069_clang_setUseExternalASTGeneration
Douglas Gregorfc8ea232010-01-26 17:06:03 +000070_clang_tokenize
Douglas Gregorb1373d02010-01-20 20:59:29 +000071_clang_visitChildren