/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, 100 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 129 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, 259 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 276 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/clang/lib/Frontend/ |
D | FrontendActions.cpp | 37 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction 49 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction 56 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction 63 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction 68 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction 73 DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DeclContextPrintAction 79 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction 117 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction 387 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction 392 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() 164 Consumers.push_back(P->CreateASTConsumer(CI, InFile)); in CreateWrappedASTConsumer() 544 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction 550 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction 552 return WrappedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
D | ASTUnit.cpp | 877 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon5a88eb930311::TopLevelDeclTrackerAction 903 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 965 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PrecompilePreambleAction
|
/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/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, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/clang/lib/Frontend/Rewrite/ |
D | FrontendActions.cpp | 34 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in HTMLPrintAction 44 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in FixItAction 152 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in RewriteObjCAction
|
/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/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon5dbcda810111::PrintFunctionNamesAction
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in TestFrontendAction
|
D | EvaluateAsRValueTest.cpp | 61 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon678b81e90111::EvaluateConstantInitializersAction
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 39 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon91c2addf0111::TestAction 233 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function
|
D | TestVisitor.h | 99 CreateASTConsumer(CompilerInstance &, llvm::StringRef dummy) override { in CreateASTConsumer() function
|
D | RefactoringTest.cpp | 303 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon1febf4170111::TestVisitor::TestAction
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon5af6fb650111::TestASTFrontendAction
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 342 CreateASTConsumer(clang::CompilerInstance &, StringRef) override { in newFrontendActionFactory()
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 143 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anon1ee1c6270111::ExternalSemaSourceInstaller
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 449 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anoned45e8610211::ARCMTMacroTrackerAction
|
D | ObjCMT.cpp | 193 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ObjCMigrateAction 198 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile)); in CreateASTConsumer() 2030 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in MigrateSourceAction
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 625 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in CodeGenAction
|