Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp65 if (!Clang.hasASTConsumer()) in createMissingComponents()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h485 bool hasASTConsumer() const { return (bool)Consumer; } in hasASTConsumer() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp712 if (!CI.hasASTConsumer()) in BeginSourceFile()
1000 if (!CI.hasASTConsumer()) in BeginSourceFile()
H A DCompilerInstance.cpp768 assert(!hasASTConsumer() && "ASTConsumer should be reset"); in clearOutputFiles()
1688 if (hasASTConsumer()) { in createASTReader()
1697 if (hasASTConsumer()) in createASTReader()
H A DASTUnit.cpp1638 if (Clang->hasASTConsumer()) in LoadFromCompilerInvocationAction()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp997 if (!getCompilerInstance().hasASTConsumer()) in EndSourceFileAction()