Searched refs:CreateASTConsumer (Results 1 - 20 of 20) 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,
84 /// create the PCHGenerator instance returned by CreateASTConsumer.
98 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
111 /// create the PCHGenerator instance returned by CreateASTConsumer
169 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/
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 *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDumpXMLAction
70 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTViewAction
75 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:DeclContextPrintAction
80 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, function in class:GeneratePCHAction
117 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateModuleAction
352 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, function in class:SyntaxOnlyAction
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));
422 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
424 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
427 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
429 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DASTUnit.cpp904 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon3201::TopLevelDeclTrackerAction
969 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon3201::PrecompilePreambleAction
/external/clang/lib/Rewrite/
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/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { function in class:__anon2833::PrintFunctionNamesAction
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp30 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon4332::TestASTFrontendAction
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/unittests/Tooling/
H A DToolingTest.cpp23 /// Takes an ast consumer and returns it from CreateASTConsumer. This only
32 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::tooling::__anon4335::TestAction
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp93 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, function in class:ObjCMigrateAction
96 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
217 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, function in class:MigrateSourceAction
H A DARCMT.cpp473 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon3016::ARCMTMacroTrackerAction
/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:__anon4327::IndexingFrontendAction
/external/v8/tools/gcmole/
H A Dgcmole.cc1265 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &CI, function in class:__anon11582::Action

Completed in 617 milliseconds