Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h482 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp676 if (!CI.hasASTConsumer()) in BeginSourceFile()
896 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp1535 if (hasASTConsumer()) { in createASTReader()
1544 if (hasASTConsumer()) in createASTReader()
H A DASTUnit.cpp1613 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp874 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()