Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports337 clang_suspendTranslationUnit
H A DCIndex.cpp4213 unsigned clang_suspendTranslationUnit(CXTranslationUnit CTUnit) { in clang_suspendTranslationUnit() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h1529 CINDEX_LINKAGE unsigned clang_suspendTranslationUnit(CXTranslationUnit);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2068 clang_suspendTranslationUnit(TU); in perform_test_load_source()