summaryrefslogtreecommitdiffstats
path: root/tools/CIndex/CIndex.exports
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CIndex/CIndex.exports')
-rw-r--r--tools/CIndex/CIndex.exports39
1 files changed, 20 insertions, 19 deletions
diff --git a/tools/CIndex/CIndex.exports b/tools/CIndex/CIndex.exports
index a695ba2..d349086 100644
--- a/tools/CIndex/CIndex.exports
+++ b/tools/CIndex/CIndex.exports
@@ -7,40 +7,41 @@ _clang_disposeIndex
_clang_disposeString
_clang_disposeTranslationUnit
_clang_equalCursors
+_clang_equalLocations
+_clang_getClangVersion
_clang_getCString
_clang_getCompletionChunkCompletionString
_clang_getCompletionChunkKind
_clang_getCompletionChunkText
_clang_getCursor
-_clang_getCursorColumn
-_clang_getCursorDecl
-_clang_getCursorFromDecl
+_clang_getCursorDefinition
+_clang_getCursorExtent
_clang_getCursorKind
_clang_getCursorKindSpelling
-_clang_getCursorLine
-_clang_getCursorSource
-_clang_getCursorSourceFile
+_clang_getCursorLocation
+_clang_getCursorReferenced
_clang_getCursorSpelling
-_clang_getDeclColumn
-_clang_getDeclExtent
-_clang_getDeclLine
-_clang_getDeclExtent
-_clang_getDeclSource
-_clang_getDeclSourceFile
-_clang_getDeclSpelling
-_clang_getDeclUSR
-_clang_getDeclaration
+_clang_getCursorUSR
_clang_getDefinitionSpellingAndExtent
-_clang_getEntityFromDecl
+_clang_getFile
_clang_getFileName
_clang_getFileTime
+_clang_getInstantiationLocation
+_clang_getLocation
_clang_getNullCursor
+_clang_getNullLocation
_clang_getNumCompletionChunks
+_clang_getRange
+_clang_getRangeEnd
+_clang_getRangeStart
+_clang_getTranslationUnitCursor
_clang_getTranslationUnitSpelling
+_clang_isCursorDefinition
_clang_isDeclaration
-_clang_isDefinition
+_clang_isExpression
_clang_isInvalid
_clang_isReference
-_clang_loadDeclaration
-_clang_loadTranslationUnit
+_clang_isStatement
+_clang_isTranslationUnit
_clang_setUseExternalASTGeneration
+_clang_visitChildren
OpenPOWER on IntegriCloud