Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h130 bool isCurrentFileAST() const { in isCurrentFileAST() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp847 if (!isCurrentFileAST()) { in ExecuteAction()
H A DFrontendAction.cpp1143 if (isCurrentFileAST()) { in EndSourceFile()