Searched defs:CreateASTConsumer (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, function in class:AnalysisAction
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsAction.cpp18 std::unique_ptr<ASTConsumer> FindBadConstructsAction::CreateASTConsumer( function in class:chrome_checker::FindBadConstructsAction
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { function in class:__anon17450::PrintFunctionNamesAction
/external/clang/lib/Frontend/
H A DASTMerge.cpp19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTMergeAction
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
H A DFrontendAction.cpp137 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
160 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
518 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
520 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
523 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
525 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DFrontendActions.cpp36 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, function in class:InitOnlyAction
48 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTPrintAction
55 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDumpAction
61 ASTConsumer *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDeclListAction
66 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTViewAction
71 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:DeclContextPrintAction
76 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, function in class:GeneratePCHAction
114 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateModuleAction
366 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, function in class:SyntaxOnlyAction
371 ASTConsumer *DumpModuleInfoAction::CreateASTConsumer(CompilerInstanc function in class:DumpModuleInfoAction
376 ASTConsumer *VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, function in class:VerifyPCHAction
[all...]
H A DASTUnit.cpp894 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
919 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
982 ASTConsumer *PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, function in class:PrecompilePreambleAction
/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp38 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:TestFrontendAction
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp41 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon19543::TestASTFrontendAction
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:HTMLPrintAction
43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI, function in class:FixItAction
153 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, function in class:RewriteObjCAction
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp144 CreateASTConsumer(clang::CompilerInstance &Compiler, function in class:__anon19548::ExternalSemaSourceInstaller
/external/clang/unittests/Tooling/
H A DRefactoringTest.cpp302 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::tooling::__anon19550::TestVisitor::TestAction
H A DTestVisitor.h98 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::TestVisitor::TestAction
H A DToolingTest.cpp28 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
37 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::tooling::__anon19551::TestAction
228 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &Compiler, function in struct:clang::tooling::SkipBodyAction
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp593 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI, function in class:CodeGenAction
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1242 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &CI, function in class:__anon17419::Action
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp1847 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer( function in class:__anon16424::BlinkGCPluginAction
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp188 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, function in class:ObjCMigrateAction
194 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
1868 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, function in class:MigrateSourceAction

Completed in 4150 milliseconds