Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp66 if (!Clang.hasASTConsumer()) in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h517 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp719 if (!CI.hasASTConsumer()) in BeginSourceFile()
1005 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp773 assert(!hasASTConsumer() && "ASTConsumer should be reset"); in clearOutputFiles()
1707 if (hasASTConsumer()) { in createASTReader()
1716 if (hasASTConsumer()) in createASTReader()
H A DASTUnit.cpp1647 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp977 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()