Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports337 clang_suspendTranslationUnit
DCIndex.cpp4172 unsigned clang_suspendTranslationUnit(CXTranslationUnit CTUnit) { in clang_suspendTranslationUnit() function
/external/llvm-project/clang/include/clang-c/
DIndex.h1529 CINDEX_LINKAGE unsigned clang_suspendTranslationUnit(CXTranslationUnit);
/external/rust/crates/clang-sys/src/
Dlib.rs2171 pub fn clang_suspendTranslationUnit(tu: CXTranslationUnit) -> c_uint;
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c2067 clang_suspendTranslationUnit(TU); in perform_test_load_source()