Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A 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()
H A Dlibclang.exports134 clang_createTranslationUnit
H A DCIndex.cpp3489 CXTranslationUnit clang_createTranslationUnit(CXIndex CIdx, in clang_createTranslationUnit() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1178 clang_createTranslationUnit(CXIndex CIdx, const char *ast_filename);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2858 ptr = conf.lib.clang_createTranslationUnit(index, fspath(filename))