/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
|
D | FrontendAction.cpp | 563 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction 569 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction
|
D | ASTUnit.cpp | 881 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anondc183abc0311::TopLevelDeclTrackerAction 981 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PrecompilePreambleAction
|
/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/v8/tools/clang/blink_gc_plugin/ |
D | BlinkGCPlugin.cpp | 26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance& instance, in CreateASTConsumer() function in BlinkGCPluginAction
|
/external/v8/tools/clang/plugins/ |
D | FindBadConstructsAction.cpp | 36 std::unique_ptr<ASTConsumer> FindBadConstructsAction::CreateASTConsumer( in CreateASTConsumer() function in chrome_checker::FindBadConstructsAction
|
/external/clang/include/clang/Frontend/ |
D | FrontendActions.h | 202 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &, in CreateASTConsumer() function
|
/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 __anon28a9a4d20111::EvaluateConstantInitializersAction
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 98 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonc3c4bfe00111::IndexAction 135 WrappingIndexAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in WrappingIndexAction
|
/external/clang/examples/AnnotateFunctions/ |
D | AnnotateFunctions.cpp | 43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon903cf9820111::AnnotateFunctionsAction
|
/external/clang/examples/PrintFunctionNames/ |
D | PrintFunctionNames.cpp | 82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon989da2ea0111::PrintFunctionNamesAction
|
/external/syzkaller/tools/syz-declextract/ |
D | syz-declextract.cpp | 265 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( in CreateASTConsumer() function in DeclExtractCallAction
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon0279a1ae0111::TestASTFrontendAction
|
/external/bcc/src/cc/frontends/clang/ |
D | tp_frontend_action.cc | 248 unique_ptr<ASTConsumer> TracepointFrontendAction::CreateASTConsumer( in CreateASTConsumer() function in ebpf::TracepointFrontendAction
|
D | b_frontend_action.cc | 1409 unique_ptr<ASTConsumer> BFrontendAction::CreateASTConsumer(CompilerInstance &Compiler, llvm::String… in CreateASTConsumer() function in ebpf::BFrontendAction
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 99 CreateASTConsumer(CompilerInstance &, llvm::StringRef dummy) override { in CreateASTConsumer() function
|
D | ToolingTest.cpp | 41 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon2cac1b280111::TestAction 250 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function
|
D | RefactoringTest.cpp | 347 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anonc0ecdde00111::TestVisitor::TestAction
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 189 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anonc6646c700111::ExternalSemaSourceInstaller
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 455 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon6ed5378a0211::ARCMTMacroTrackerAction
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 715 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in CodeGenAction
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 362 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon58e69b200211::IndexingFrontendAction
|