diff options
Diffstat (limited to 'tools/libclang/libclang.exports')
-rw-r--r-- | tools/libclang/libclang.exports | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index 187d4749ebc1..e78899e4c759 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -175,6 +175,7 @@ clang_getCursorCompletionString clang_getCursorDefinition clang_getCursorDisplayName clang_getCursorExtent +clang_getCursorExceptionSpecificationType clang_getCursorKind clang_getCursorKindSpelling clang_getCursorLanguage @@ -210,6 +211,7 @@ clang_getElementType clang_getEnumConstantDeclUnsignedValue clang_getEnumConstantDeclValue clang_getEnumDeclIntegerType +clang_getExceptionSpecificationType clang_getFieldDeclBitWidth clang_getExpansionLocation clang_getFile |