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.h527 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp873 if (!CI.hasASTConsumer()) in BeginSourceFile()
1162 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp769 assert(!hasASTConsumer() && "ASTConsumer should be reset"); in clearOutputFiles()
1757 if (hasASTConsumer()) { in createASTReader()
1766 if (hasASTConsumer()) in createASTReader()
H A DASTUnit.cpp1668 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp912 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()