Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendAction.h130 bool isCurrentFileAST() const { in isCurrentFileAST() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp781 assert(isCurrentFileAST() && "dumping non-AST?"); in ExecuteAction()
H A DFrontendAction.cpp1120 if (isCurrentFileAST()) { in EndSourceFile()