Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp675 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile)); in BeginSourceFile()
895 CI.setASTConsumer(std::move(Consumer)); in BeginSourceFile()
997 CI.setASTConsumer(nullptr); in EndSourceFile()
H A DChainedIncludesSource.cpp168 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
H A DCompilerInstance.cpp183 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { in setASTConsumer() function in CompilerInstance
H A DASTUnit.cpp1616 Clang->setASTConsumer( in LoadFromCompilerInvocationAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h495 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);