Home
last modified time | relevance | path

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

/external/clang/unittests/CodeGen/
DBufferSourceTest.cpp62 compiler.setASTConsumer(std::unique_ptr<ASTConsumer>( in TEST()
/external/clang/lib/Frontend/
DFrontendAction.cpp236 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile)); in BeginSourceFile()
380 CI.setASTConsumer(std::move(Consumer)); in BeginSourceFile()
497 CI.setASTConsumer(nullptr); in EndSourceFile()
DChainedIncludesSource.cpp170 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
DCompilerInstance.cpp111 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { in setASTConsumer() function in CompilerInstance
DASTUnit.cpp1852 Clang->setASTConsumer( in LoadFromCompilerInvocationAction()
/external/llvm-project/clang/unittests/CodeGen/
DTestCompiler.h72 compiler.setASTConsumer(std::move(Consumer));
DIncrementalProcessingTest.cpp119 CI.setASTConsumer(std::move(Compiler.CG)); in TEST()
/external/llvm-project/clang/lib/Frontend/
DChainedIncludesSource.cpp167 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
DFrontendAction.cpp673 CI.setASTConsumer(CreateWrappedASTConsumer(CI, InputFile)); in BeginSourceFile()
893 CI.setASTConsumer(std::move(Consumer)); in BeginSourceFile()
995 CI.setASTConsumer(nullptr); in EndSourceFile()
DCompilerInstance.cpp127 void CompilerInstance::setASTConsumer(std::unique_ptr<ASTConsumer> Value) { in setASTConsumer() function in CompilerInstance
DASTUnit.cpp1635 Clang->setASTConsumer( in LoadFromCompilerInvocationAction()
/external/clang/include/clang/Frontend/
DCompilerInstance.h486 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h496 void setASTConsumer(std::unique_ptr<ASTConsumer> Value);
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionParser.cpp1121 m_compiler->setASTConsumer(std::move(Consumer)); in ParseInternal()