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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h485 bool hasASTConsumer() const { return (bool)Consumer; } function in class:clang::CompilerInstance
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp661 if (!CI.hasASTConsumer())
881 if (!CI.hasASTConsumer())
H A DCompilerInstance.cpp1513 if (hasASTConsumer()) {
1522 if (hasASTConsumer())
H A DASTUnit.cpp1631 if (Clang->hasASTConsumer())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp914 if (!getCompilerInstance().hasASTConsumer())

Completed in 127 milliseconds