Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendActions.h26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function
64 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
70 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
76 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
88 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
121 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
268 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &, in CreateASTConsumer() function
[all …]
H A DFrontendAction.h70 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
260 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
292 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
310 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/llvm-project-15.0.7/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon45bf579d0111::AlwaysBeforeAction
49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon45bf579d0111::AlwaysAfterAction
73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon45bf579d0111::CmdAfterAction
97 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon45bf579d0111::CmdBeforeAction
/llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in AnalysisAction
24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ParseModelFileAction
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h28 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/llvm-project-15.0.7/clang/include/clang/ARCMigrate/
H A DARCMTActions.h39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DFrontendActions.cpp62 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction
85 ReadPCHAndPreprocessAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ReadPCHAndPreprocessAction
95 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction
103 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction
112 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction
117 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction
122 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction
186 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction
358 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction
363 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DumpModuleInfoAction
[all …]
H A DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction
21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
/llvm-project-15.0.7/clang/docs/
H A DRAVFrontendAction.rst21 CreateASTConsumer method that returns an ASTConsumer per translation
28 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
109 CreateASTConsumer. We can thus extract it there and hand it into our
114 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
188 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in HTMLPrintAction
52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in FixItAction
164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in RewriteObjCAction
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DFindAllSymbolsAction.cpp27 FindAllSymbolsAction::CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::find_all_symbols::FindAllSymbolsAction
H A DFindAllSymbolsAction.h32 CreateASTConsumer(clang::CompilerInstance &Compiler,
/llvm-project-15.0.7/clang/include/clang/ExtractAPI/
H A DFrontendActions.h25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DClangDoc.cpp44 CreateASTConsumer(clang::CompilerInstance &Compiler, in create() function in clang::doc::MapperActionFactory::create::ClangDocAction
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp56 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::ento::__anon946344180111::SuperRegionLivenessAction
H A DParamRegionTest.cpp74 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::ento::__anon12b600b80111::ParamRegionTestAction
/llvm-project-15.0.7/clang/unittests/Sema/
H A DSemaLookupTest.cpp18 CreateASTConsumer(CompilerInstance &CI, StringRef /*Unused*/) override { in CreateASTConsumer() function in __anon1a391d1b0111::LookupAction
/llvm-project-15.0.7/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon5db0db670111::AnnotateFunctionsAction
/llvm-project-15.0.7/clang/unittests/AST/
H A DExternalASTSourceTest.cpp38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in TestFrontendAction
H A DEvaluateAsRValueTest.cpp59 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anone06df4770111::EvaluateConstantInitializersAction
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/plugin/
H A DIncludeFixerPlugin.cpp40 CreateASTConsumer(clang::CompilerInstance &CI, StringRef InFile) override { in CreateASTConsumer() function in clang::include_fixer::ClangIncludeFixerPluginAction
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/plugin/
H A DClangTidyPlugin.cpp39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::tidy::ClangTidyPluginAction
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DCodeGenAction.h64 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
/llvm-project-15.0.7/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon9291920f0111::PrintFunctionNamesAction

123