Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp65 if (!Clang.hasASTConsumer()) in createMissingComponents()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h483 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp707 if (!CI.hasASTConsumer()) in BeginSourceFile()
985 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp761 assert(!hasASTConsumer() && "ASTConsumer should be reset"); in clearOutputFiles()
1674 if (hasASTConsumer()) { in createASTReader()
1683 if (hasASTConsumer()) in createASTReader()
H A DASTUnit.cpp1610 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenAction.cpp972 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()