Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/CodeGen/
H A DTestCompiler.h70 compiler.setASTConsumer(std::move(Consumer));
/llvm-project-15.0.7/clang/lib/Testing/
H A DTestAST.cpp66 Clang.setASTConsumer(std::make_unique<ASTConsumer>()); in createMissingComponents()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendAction.cpp584 CI.setASTConsumer(nullptr); in BeginSourceFile()
706 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile)); in BeginSourceFile()
984 CI.setASTConsumer(std::move(Consumer)); in BeginSourceFile()
1083 CI.setASTConsumer(nullptr); in EndSourceFile()
H A DChainedIncludesSource.cpp168 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
H A DCompilerInstance.cpp185 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { in setASTConsumer() function in CompilerInstance
1257 Instance.setASTConsumer(nullptr);
H A DASTUnit.cpp1614 Clang->setASTConsumer( in LoadFromCompilerInvocationAction()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h496 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1135 m_compiler->setASTConsumer(std::move(Consumer)); in ParseInternal()