Home
last modified time | relevance | path

Searched refs:clang_createTranslationUnit (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/clang/tools/libclang/
DCIndexer.cpp74 reinterpret_cast<uintptr_t &>(clang_createTranslationUnit); in getClangResourcesPathImplAIX()
110 VirtualQuery((void *)(uintptr_t)clang_createTranslationUnit, &mbi, in getClangResourcesPath()
130 if (dladdr((void *)(uintptr_t)clang_createTranslationUnit, &info) == 0) in getClangResourcesPath()
Dlibclang.exports134 clang_createTranslationUnit
DCIndex.cpp3448 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit() function
/external/clang/tools/libclang/
DCIndexer.cpp57 VirtualQuery((void *)(uintptr_t)clang_createTranslationUnit, &mbi, in getClangResourcesPath()
75 if (dladdr((void *)(uintptr_t)clang_createTranslationUnit, &info) == 0) in getClangResourcesPath()
Dlibclang.exports112 clang_createTranslationUnit
DCIndex.cpp3115 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit() function
/external/clang/unittests/libclang/
DLibclangTest.cpp27 EXPECT_EQ(nullptr, clang_createTranslationUnit(nullptr, nullptr)); in TEST()
/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp32 EXPECT_EQ(nullptr, clang_createTranslationUnit(nullptr, nullptr)); in TEST()
689 ClangTU = clang_createTranslationUnit(Index, Filename.c_str()); in SaveAndLoadTU()
/external/clang/include/clang-c/
DIndex.h1090 CINDEX_LINKAGE CXTranslationUnit clang_createTranslationUnit(
/external/llvm-project/clang/include/clang-c/
DIndex.h1178 clang_createTranslationUnit(CXIndex CIdx, const char *ast_filename);
/external/rust/crates/clang-sys/src/
Dlib.rs1935 pub fn clang_createTranslationUnit(index: CXIndex, file: *const c_char) -> CXTranslationUnit;
/external/clang/bindings/python/clang/
Dcindex.py2427 ptr = conf.lib.clang_createTranslationUnit(index, filename)
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2858 ptr = conf.lib.clang_createTranslationUnit(index, fspath(filename))