/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 26 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, 124 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 138 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, [all …]
|
H A D | FrontendAction.h | 71 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 266 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 298 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 316 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/llvm-project/clang/examples/PluginsOrder/ |
H A D | PluginsOrder.cpp | 25 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/Rewrite/Frontend/ |
H A D | FrontendActions.h | 25 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/clang/lib/StaticAnalyzer/Frontend/ |
H A D | FrontendActions.cpp | 16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in AnalysisAction 24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ParseModelFileAction
|
/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
H A D | FrontendActions.h | 28 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 64 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 87 ReadPCHAndPreprocessAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 97 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 105 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 114 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 119 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 124 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() 218 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 274 GenerateModuleInterfaceAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 301 GenerateReducedModuleInterfaceAction::CreateASTConsumer(CompilerInstanc in CreateASTConsumer() 63 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 D | ASTMerge.cpp | 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction 21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | FrontendActions.h | 27 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 69 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/llvm-project/clang/include/clang/ARCMigrate/ |
H A D | ARCMTActions.h | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/llvm-project/clang/docs/ |
H A D | RAVFrontendAction.rst | 21 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/clang/unittests/AST/ |
H A D | EvaluateAsRValueTest.cpp | 59 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon5da58d1a0111::EvaluateConstantInitializersAction 130 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in CheckConversionAction
|
H A D | ExternalASTSourceTest.cpp | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() 38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in TestFrontendAction
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 41 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-tools-extra/clang-include-fixer/find-all-symbols/ |
H A D | FindAllSymbolsAction.cpp | 27 FindAllSymbolsAction::CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::find_all_symbols::FindAllSymbolsAction
|
H A D | FindAllSymbolsAction.h | 32 CreateASTConsumer(clang::CompilerInstance &Compiler,
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Frontend.h | 36 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function
|
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | ClangDoc.cpp | 44 CreateASTConsumer(clang::CompilerInstance &Compiler, in create() function in clang::doc::MapperActionFactory::create::ClangDocAction
|
/llvm-project/clang/examples/LLVMPrintFunctionNames/ |
H A D | LLVMPrintFunctionNames.cpp | 60 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anoneb8baf480111::LLVMPrintFunctionNamesAction
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | SymbolReaperTest.cpp | 56 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::ento::__anonb20a675b0111::SuperRegionLivenessAction
|
/llvm-project/clang/unittests/Sema/ |
H A D | SemaLookupTest.cpp | 18 CreateASTConsumer(CompilerInstance &CI, StringRef /*Unused*/) override { in CreateASTConsumer() function in __anon427303de0111::LookupAction
|
/llvm-project/clang/examples/AnnotateFunctions/ |
H A D | AnnotateFunctions.cpp | 43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon014ddbca0111::AnnotateFunctionsAction
|
/llvm-project/clang/lib/ExtractAPI/ |
H A D | ExtractAPIConsumer.cpp | 397 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in ImplEndSourceFileAction() 505 WrappingExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, in PrepareToExecuteAction() 507 auto OtherConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile); in PrepareToExecuteAction() 415 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { CreateASTConsumer() function in ExtractAPIAction 523 WrappingExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, CreateASTConsumer() function in WrappingExtractAPIAction
|
/llvm-project/clang-tools-extra/clang-tidy/plugin/ |
H A D | ClangTidyPlugin.cpp | 38 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 D | IncludeFixerPlugin.cpp | 40 CreateASTConsumer(clang::CompilerInstance &CI, StringRef InFile) override { in CreateASTConsumer() function in clang::include_fixer::ClangIncludeFixerPluginAction
|