Home
last modified time | relevance | path

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

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