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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp168 Clang->setASTConsumer(std::move(consumer));
H A DFrontendAction.cpp675 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile));
895 CI.setASTConsumer(std::move(Consumer));
997 CI.setASTConsumer(nullptr);
H A DASTUnit.cpp1616 Clang->setASTConsumer(
H A DCompilerInstance.cpp183 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { function in class:CompilerInstance
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h493 /// setASTConsumer - Replace the current AST consumer; the compiler instance
495 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);

Completed in 217 milliseconds