Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DFrontendActions.cpp17 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/
DFrontendActions.cpp38 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 …]
DASTMerge.cpp20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction
DFrontendAction.cpp563 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction
569 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction
DASTUnit.cpp881 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon89214cb00311::TopLevelDeclTrackerAction
981 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PrecompilePreambleAction
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp35 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/
DBlinkGCPlugin.cpp26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance& instance, in CreateASTConsumer() function in BlinkGCPluginAction
/external/v8/tools/clang/plugins/
DFindBadConstructsAction.cpp36 std::unique_ptr<ASTConsumer> FindBadConstructsAction::CreateASTConsumer( in CreateASTConsumer() function in chrome_checker::FindBadConstructsAction
/external/clang/include/clang/Frontend/
DFrontendActions.h202 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &, in CreateASTConsumer() function
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in TestFrontendAction
DEvaluateAsRValueTest.cpp61 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anoncfd111c60111::EvaluateConstantInitializersAction
/external/clang/examples/AnnotateFunctions/
DAnnotateFunctions.cpp43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonccf827760111::AnnotateFunctionsAction
/external/clang/lib/Index/
DIndexingAction.cpp98 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon122dabd40111::IndexAction
135 WrappingIndexAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in WrappingIndexAction
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonf0dc1dde0111::PrintFunctionNamesAction
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp46 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anone7ff5a220111::TestASTFrontendAction
/external/clang/unittests/Tooling/
DTestVisitor.h99 CreateASTConsumer(CompilerInstance &, llvm::StringRef dummy) override { in CreateASTConsumer() function
DToolingTest.cpp41 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon218a9f9c0111::TestAction
250 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &Compiler, in CreateASTConsumer() function
DRefactoringTest.cpp347 CreateASTConsumer(clang::CompilerInstance &compiler, in CreateASTConsumer() function in clang::tooling::__anon51a07c540111::TestVisitor::TestAction
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp189 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in __anonabea24e40111::ExternalSemaSourceInstaller
/external/clang/lib/ARCMigrate/
DARCMT.cpp455 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon1bde497e0211::ARCMTMacroTrackerAction
DObjCMT.cpp194 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ObjCMigrateAction
2011 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in MigrateSourceAction
/external/clang/lib/CodeGen/
DCodeGenAction.cpp715 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in CodeGenAction
/external/clang/tools/libclang/
DIndexing.cpp362 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anondf27d8940211::IndexingFrontendAction
/external/v8/tools/gcmole/
Dgcmole.cc1274 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &CI, in CreateASTConsumer() function in __anonceb59f9c0111::Action