Home
last modified time | relevance | path

Searched refs:CreateASTConsumer (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/include/clang/Frontend/
DFrontendActions.h29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
44 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
50 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
56 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
74 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
99 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
128 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
140 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
[all …]
DFrontendAction.h64 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
241 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
272 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
289 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/Rewrite/Frontend/
DFrontendActions.h25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/external/clang/lib/Index/
DIndexingAction.cpp98 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon0c93942d0111::IndexAction
120 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
135 WrappingIndexAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in WrappingIndexAction
136 auto OtherConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile); in CreateASTConsumer()
/external/clang/lib/StaticAnalyzer/Frontend/
DFrontendActions.cpp17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in AnalysisAction
25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ParseModelFileAction
/external/clang/lib/Frontend/
DFrontendActions.cpp38 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction
50 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction
57 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction
64 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction
69 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction
74 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DeclContextPrintAction
80 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction
129 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction
412 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction
417 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DumpModuleInfoAction
[all …]
DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction
21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
DFrontendAction.cpp140 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer()
171 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer()
563 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction
569 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction
571 return WrappedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
/external/clang/include/clang/StaticAnalyzer/Frontend/
DFrontendActions.h29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/ARCMigrate/
DARCMTActions.h40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
69 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp35 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in HTMLPrintAction
45 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in FixItAction
154 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in RewriteObjCAction
/external/clang/docs/
DRAVFrontendAction.rst21 CreateASTConsumer method that returns an ASTConsumer per translation
28 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
110 CreateASTConsumer. We can thus extract it there and hand it into our
115 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
190 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
/external/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon8c65264f0111::AnnotateFunctionsAction
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in TestFrontendAction
DEvaluateAsRValueTest.cpp61 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon2df3fd5f0111::EvaluateConstantInitializersAction
/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.h74 CreateASTConsumer(clang::CompilerInstance &Compiler, llvm::StringRef InFile) override;
Dtp_frontend_action.cc146 unique_ptr<ASTConsumer> TracepointFrontendAction::CreateASTConsumer( in CreateASTConsumer() function in ebpf::TracepointFrontendAction
Db_frontend_action.h168 CreateASTConsumer(clang::CompilerInstance &Compiler, llvm::StringRef InFile) override;
/external/clang/include/clang/CodeGen/
DCodeGenAction.h42 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon3f8436f70111::PrintFunctionNamesAction
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Dgenerator.h120 std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( in CreateASTConsumer() function
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonac124b1b0111::TestASTFrontendAction
/external/clang/unittests/Tooling/
DTestVisitor.h99 CreateASTConsumer(CompilerInstance &, llvm::StringRef dummy) override { in CreateASTConsumer() function
DToolingTest.cpp41 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon5f7ca7950111::TestAction
250 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function
/external/clang/include/clang/Tooling/
DTooling.h384 CreateASTConsumer(clang::CompilerInstance &, StringRef) override { in newFrontendActionFactory()

12