Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h490 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DFrontendAction.cpp660 if (!CI.hasASTConsumer()) in BeginSourceFile()
880 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp1491 if (hasASTConsumer()) { in createModuleManager()
1500 if (hasASTConsumer()) in createModuleManager()
H A DASTUnit.cpp1605 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp815 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()