Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports314 clang_isFileMultipleIncludeGuarded
H A DCIndex.cpp4419 unsigned clang_isFileMultipleIncludeGuarded(CXTranslationUnit TU, CXFile file) { in clang_isFileMultipleIncludeGuarded() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h388 CINDEX_LINKAGE unsigned clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu,
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1064 if (clang_isFileMultipleIncludeGuarded(TU, File)) in PrintCursor()