Home
last modified time | relevance | path

Searched refs:clang_createTranslationUnit2 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports135 clang_createTranslationUnit2
H A DCIndex.cpp3493 clang_createTranslationUnit2(CIdx, ast_filename, &TU); in clang_createTranslationUnit()
3500 enum CXErrorCode clang_createTranslationUnit2(CXIndex CIdx, in clang_createTranslationUnit2() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1189 clang_createTranslationUnit2(CXIndex CIdx, const char *ast_filename,
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c196 enum CXErrorCode Err = clang_createTranslationUnit2(Idx, file, TU); in CreateTranslationUnit()