Home
last modified time | relevance | path

Searched refs:isCurrentFileAST (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp406 if (isCurrentFileAST()) { in BeginSourceFile()
460 if (!isCurrentFileAST()) { in EndSourceFile()
466 if (!isCurrentFileAST()) { in EndSourceFile()
487 if (isCurrentFileAST()) { in EndSourceFile()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendAction.h125 bool isCurrentFileAST() const { in isCurrentFileAST() function