Searched refs:setASTConsumer (Results 1 – 7 of 7) sorted by relevance
66 Clang.setASTConsumer(std::make_unique<ASTConsumer>()); in createMissingComponents()
590 CI.setASTConsumer(nullptr); in BeginSourceFile()711 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile)); in BeginSourceFile()999 CI.setASTConsumer(std::move(Consumer)); in BeginSourceFile()1104 CI.setASTConsumer(nullptr); in EndSourceFile()
145 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
189 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { in setASTConsumer() function in CompilerInstance1272 Instance.setASTConsumer(nullptr);
1642 Clang->setASTConsumer( in LoadFromCompilerInvocationAction()
498 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
1123 m_compiler->setASTConsumer(std::move(Consumer)); in ParseInternal()