Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h482 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp676 if (!CI.hasASTConsumer()) in BeginSourceFile()
896 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp1518 if (hasASTConsumer()) { in createASTReader()
1527 if (hasASTConsumer()) in createASTReader()
H A DASTUnit.cpp1612 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp872 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()