Home
last modified time | relevance | path

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

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