diff options
Diffstat (limited to 'tools/libclang/libclang.exports')
-rw-r--r-- | tools/libclang/libclang.exports | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/libclang/libclang.exports b/tools/libclang/libclang.exports index 4495b66..d99f24e 100644 --- a/tools/libclang/libclang.exports +++ b/tools/libclang/libclang.exports @@ -98,6 +98,8 @@ clang_equalLocations clang_equalRanges clang_equalTypes clang_executeOnThread +clang_findIncludesInFile +clang_findIncludesInFileWithBlock clang_findReferencesInFile clang_findReferencesInFileWithBlock clang_formatDiagnostic @@ -160,10 +162,13 @@ clang_getElementType clang_getEnumConstantDeclUnsignedValue clang_getEnumConstantDeclValue clang_getEnumDeclIntegerType +clang_getFieldDeclBitWidth clang_getExpansionLocation clang_getFile +clang_getFileLocation clang_getFileName clang_getFileTime +clang_getFileUniqueID clang_getFunctionTypeCallingConv clang_getIBOutletCollectionType clang_getIncludedFile @@ -202,6 +207,7 @@ clang_getTranslationUnitCursor clang_getTranslationUnitSpelling clang_getTypeDeclaration clang_getTypeKindSpelling +clang_getTypeSpelling clang_getTypedefDeclUnderlyingType clang_hashCursor clang_indexLoc_getCXSourceLocation @@ -250,6 +256,7 @@ clang_tokenize clang_CompilationDatabase_fromDirectory clang_CompilationDatabase_dispose clang_CompilationDatabase_getCompileCommands +clang_CompilationDatabase_getAllCompileCommands clang_CompileCommands_dispose clang_CompileCommands_getSize clang_CompileCommands_getCommand |