Home
last modified time | relevance | path

Searched refs:hasASTConsumer (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp67 if (!Clang.hasASTConsumer()) in createMissingComponents()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h541 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp725 if (!CI.hasASTConsumer()) in BeginSourceFile()
1014 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp772 assert(!hasASTConsumer() && "ASTConsumer should be reset"); in clearOutputFiles()
1742 if (hasASTConsumer()) { in createASTReader()
1751 if (hasASTConsumer()) in createASTReader()
H A DASTUnit.cpp1660 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp952 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()