Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendAction.h130 bool isCurrentFileAST() const { in isCurrentFileAST() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp849 assert(isCurrentFileAST() && "dumping non-AST?"); in ExecuteAction()
H A DFrontendAction.cpp1099 if (isCurrentFileAST()) { in EndSourceFile()