Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp67 Clang.setASTConsumer(std::make_unique<ASTConsumer>()); in createMissingComponents()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp597 CI.setASTConsumer(nullptr); in BeginSourceFile()
718 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile)); in BeginSourceFile()
1004 CI.setASTConsumer(std::move(Consumer)); in BeginSourceFile()
1115 CI.setASTConsumer(nullptr); in EndSourceFile()
H A DChainedIncludesSource.cpp145 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
H A DCompilerInstance.cpp187 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { in setASTConsumer() function in CompilerInstance
1291 Instance.setASTConsumer(nullptr);
H A DASTUnit.cpp1651 Clang->setASTConsumer( in LoadFromCompilerInvocationAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp218 CI->setASTConsumer(std::move(IncrConsumer)); in IncrementalParser()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h530 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1107 m_compiler->setASTConsumer(std::move(Consumer)); in ParseInternal()