Searched refs:CreateASTConsumer (Results 1 - 23 of 23) sorted by relevance

/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, function in class:AnalysisAction
/external/clang/include/clang/Frontend/
H A DFrontendActions.h28 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
43 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
49 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
55 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
61 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
67 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
73 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
79 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
90 /// create the PCHGenerator instance returned by CreateASTConsumer.
104 virtual ASTConsumer *CreateASTConsumer(CompilerInstanc
175 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &, StringRef) { function in class:clang::PrintPreambleAction
[all...]
H A DFrontendAction.h44 /// CreateASTConsumer - Create the AST consumer object for this action, if
58 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
218 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
236 /// CreateASTConsumer - Provide a default implementation which returns aborts,
238 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
254 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
34 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
62 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/ARCMigrate/
H A DARCMTActions.h40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
70 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,StringRef InFile);
/external/clang/lib/Frontend/
H A DFrontendActions.cpp35 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, function in class:InitOnlyAction
47 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTPrintAction
54 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDumpAction
59 ASTConsumer *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDeclListAction
64 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDumpXMLAction
75 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTViewAction
80 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:DeclContextPrintAction
85 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, function in class:GeneratePCHAction
122 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateModuleAction
357 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstanc function in class:SyntaxOnlyAction
[all...]
H A DASTMerge.cpp19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTMergeAction
21 return AdaptedAction->CreateASTConsumer(CI, InFile);
H A DFrontendAction.cpp127 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
150 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
428 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
430 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
433 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
435 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DASTUnit.cpp906 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon96::TopLevelDeclTrackerAction
971 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon96::PrecompilePreambleAction
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { function in class:__anon3246::PrintFunctionNamesAction
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp31 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon4858::TestASTFrontendAction
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp94 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, function in class:ObjCMigrateAction
97 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
219 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, function in class:MigrateSourceAction
H A DARCMT.cpp517 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon3445::ARCMTMacroTrackerAction
/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
155 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, function in class:RewriteObjCAction
/external/clang/unittests/Tooling/
H A DToolingTest.cpp24 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
33 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::tooling::__anon4862::TestAction
H A DTestVisitor.h81 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::TestVisitor::TestAction
H A DRefactoringTest.cpp236 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::tooling::__anon4861::TestVisitor::TestAction
/external/clang/include/clang/Tooling/
H A DTooling.h236 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &, function in class:clang::tooling::FrontendActionFactoryAdapter::ConsumerFactoryAdaptor
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp323 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI, function in class:CodeGenAction
/external/clang/tools/libclang/
H A DIndexing.cpp190 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon4850::IndexingFrontendAction
/external/v8/tools/gcmole/
H A Dgcmole.cc1265 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &CI, function in class:__anon12944::Action

Completed in 369 milliseconds