Home
last modified time | relevance | path

Searched defs:CreateASTConsumer (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/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/clang/examples/PluginsOrder/
H A DPluginsOrder.cpp25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonc2f6f0400111::AlwaysBeforeAction
49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonc2f6f0400111::AlwaysAfterAction
73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonc2f6f0400111::CmdAfterAction
97 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonc2f6f0400111::CmdBeforeAction
/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function
277 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &, in CreateASTConsumer() function
288 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &, in CreateASTConsumer() function
/llvm-project/clang/include/clang/InstallAPI/
H A DFrontend.h36 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function
/llvm-project/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
/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp63 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in InitOnlyAction
86 ReadPCHAndPreprocessAction::CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in ReadPCHAndPreprocessAction
96 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in ASTPrintAction
104 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in ASTDumpAction
113 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in ASTDeclListAction
118 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in ASTViewAction
123 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in GeneratePCHAction
217 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in GenerateModuleAction
273 GenerateModuleInterfaceAction::CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in GenerateModuleInterfaceAction
298 GenerateReducedModuleInterfaceAction::CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in GenerateReducedModuleInterfaceAction
324 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in SyntaxOnlyAction
329 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in DumpModuleInfoAction
335 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in VerifyPCHAction
579 TemplightDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in TemplightDumpAction
[all...]
H A DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction
/llvm-project/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/clang/unittests/AST/
H A DEvaluateAsRValueTest.cpp59 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon5da58d1a0111::EvaluateConstantInitializersAction
130 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in CheckConversionAction
H A DExternalASTSourceTest.cpp38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in TestFrontendAction
/llvm-project/clang-tools-extra/clang-doc/
H A DClangDoc.cpp44 CreateASTConsumer(clang::CompilerInstance &Compiler, in create() function in clang::doc::MapperActionFactory::create::ClangDocAction
/llvm-project/clang/unittests/Sema/
H A DSemaLookupTest.cpp18 CreateASTConsumer(CompilerInstance &CI, StringRef /*Unused*/) override { in CreateASTConsumer() function in __anon427303de0111::LookupAction
H A DSemaNoloadLookupTest.cpp143 CreateASTConsumer(CompilerInstance &CI, StringRef /*Unused*/) override { CreateASTConsumer() function in __anonfddd73db0111::NoloadLookupAction
/llvm-project/clang/examples/LLVMPrintFunctionNames/
H A DLLVMPrintFunctionNames.cpp60 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anoneb8baf480111::LLVMPrintFunctionNamesAction
/llvm-project/clang/unittests/StaticAnalyzer/
H A DSymbolReaperTest.cpp56 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::ento::__anonb20a675b0111::SuperRegionLivenessAction
H A DParamRegionTest.cpp74 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::ento::__anonf494479b0111::ParamRegionTestAction
H A DCheckerRegistration.h92 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function
H A DBugReportInterestingnessTest.cpp113 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in __anon06e55f050511::TestAction
/llvm-project/clang/examples/AnnotateFunctions/
H A DAnnotateFunctions.cpp43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon014ddbca0111::AnnotateFunctionsAction
/llvm-project/clang-tools-extra/clang-tidy/plugin/
H A DClangTidyPlugin.cpp38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::tidy::ClangTidyPluginAction
/llvm-project/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/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon917037320111::PrintFunctionNamesAction
/llvm-project/clang-tools-extra/pp-trace/
H A DPPTrace.cpp85 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in clang::pp_trace::__anone87c3f100111::PPTraceAction
/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp146 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in SBAction
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTreeTestBase.cpp106 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, buildTree() function in SyntaxTreeTest::buildTree::BuildSyntaxTreeAction

123