diff options
Diffstat (limited to 'tools/libclang/libclang.exports')
-rw-r--r-- | tools/libclang/libclang.exports | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index b09e6ac..dcb40d4 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -41,6 +41,7 @@ clang_getCursorLinkage clang_getCursorLocation clang_getCursorReferenced clang_getCursorSpelling +clang_getCursorResultType clang_getCursorType clang_getCursorUSR clang_getDefinitionSpellingAndExtent @@ -67,6 +68,7 @@ clang_getPointeeType clang_getRange clang_getRangeEnd clang_getRangeStart +clang_getResultType clang_getTokenExtent clang_getTokenKind clang_getTokenLocation @@ -78,7 +80,6 @@ clang_getTypeKindSpelling clang_isCursorDefinition clang_isDeclaration clang_isExpression -clang_isFromMainFile clang_isInvalid clang_isPreprocessing clang_isReference @@ -88,4 +89,3 @@ clang_isUnexposed clang_setUseExternalASTGeneration clang_tokenize clang_visitChildren - |