/external/llvm-project/clang/include/clang/Frontend/ |
D | FrontendActions.h | 28 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function 55 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 67 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 79 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 112 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 126 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 164 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, [all …]
|
D | FrontendAction.h | 70 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 260 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 291 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 309 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/clang/include/clang/Frontend/ |
D | FrontendActions.h | 29 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 …]
|
D | FrontendAction.h | 64 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/ |
D | FrontendActions.h | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/llvm-project/clang/include/clang/Rewrite/Frontend/ |
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,
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 98 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon85d556be0111::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/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
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
|
/external/clang/lib/StaticAnalyzer/Frontend/ |
D | FrontendActions.cpp | 17 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/ |
D | FrontendActions.cpp | 38 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 …]
|
D | ASTMerge.cpp | 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction 21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
D | FrontendAction.cpp | 140 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/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
D | FrontendActions.h | 31 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/clang/include/clang/StaticAnalyzer/Frontend/ |
D | FrontendActions.h | 29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 47 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/clang/include/clang/ARCMigrate/ |
D | ARCMTActions.h | 40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 69 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/llvm-project/clang/include/clang/ARCMigrate/ |
D | ARCMTActions.h | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/llvm-project/clang/lib/Frontend/ |
D | FrontendActions.cpp | 58 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction 70 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction 78 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction 87 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction 92 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction 97 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction 165 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction 324 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction 329 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DumpModuleInfoAction 335 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in VerifyPCHAction [all …]
|
D | ASTMerge.cpp | 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction 21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
/external/llvm-project/clang-tools-extra/clang-tidy/plugin/ |
D | ClangTidyPlugin.cpp | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::tidy::ClangTidyPluginAction 52 Vec.push_back(Factory.CreateASTConsumer(Compiler, File)); in CreateASTConsumer()
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 35 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/llvm-project/clang/docs/ |
D | RAVFrontendAction.rst | 21 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/docs/ |
D | RAVFrontendAction.rst | 21 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/llvm-project/clang/lib/Frontend/Rewrite/ |
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
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | FindAllSymbolsAction.cpp | 27 FindAllSymbolsAction::CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function in clang::find_all_symbols::FindAllSymbolsAction
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | ClangDoc.cpp | 44 CreateASTConsumer(clang::CompilerInstance &Compiler, in create() function in clang::doc::MapperActionFactory::create::ClangDocAction
|