Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Testing/
H A DTestAST.cpp66 Clang.setASTConsumer(std::make_unique<ASTConsumer>()); in createMissingComponents()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DFrontendAction.cpp590 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()
H A DChainedIncludesSource.cpp145 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
H A DCompilerInstance.cpp189 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { in setASTConsumer() function in CompilerInstance
1272 Instance.setASTConsumer(nullptr);
H A DASTUnit.cpp1642 Clang->setASTConsumer( in LoadFromCompilerInvocationAction()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h498 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1123 m_compiler->setASTConsumer(std::move(Consumer)); in ParseInternal()