Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendAction.h130 bool isCurrentFileAST() const { in isCurrentFileAST() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp991 if (isCurrentFileAST()) { in EndSourceFile()