Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports278 clang_isFileMultipleIncludeGuarded
DCIndex.cpp3916 unsigned clang_isFileMultipleIncludeGuarded(CXTranslationUnit TU, in clang_isFileMultipleIncludeGuarded() function
/external/clang/include/clang-c/
DIndex.h322 clang_isFileMultipleIncludeGuarded(CXTranslationUnit tu, CXFile file);
/external/clang/tools/c-index-test/
Dc-index-test.c896 if (clang_isFileMultipleIncludeGuarded(TU, File)) in PrintCursor()