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

/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, function in class:AnalysisAction
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp37 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { function in class:__anon2523::PrintFunctionNamesAction
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp30 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon3879::TestASTFrontendAction
/external/clang/lib/Frontend/
H A DFrontendActions.cpp33 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, function in class:InitOnlyAction
45 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTPrintAction
52 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDumpAction
57 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTDumpXMLAction
68 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI, function in class:ASTViewAction
73 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:DeclContextPrintAction
78 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, function in class:GeneratePCHAction
116 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.cpp95 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
118 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
383 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
385 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
388 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
390 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DASTUnit.cpp765 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon2875::TopLevelDeclTrackerAction
829 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon2875::PrecompilePreambleAction
/external/clang/lib/Rewrite/
H A DFrontendActions.cpp30 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, function in class:HTMLPrintAction
40 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI, function in class:FixItAction
93 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, function in class:RewriteObjCAction
/external/clang/include/clang/Frontend/
H A DFrontendActions.h26 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
41 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
47 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
53 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
59 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
65 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
73 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
87 /// create the PCHGenerator instance returned by CreateASTConsumer.
99 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
122 virtual ASTConsumer *CreateASTConsumer(CompilerInstanc
146 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &, StringRef) { function in class:clang::PrintPreambleAction
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp290 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI, function in class:CodeGenAction
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp422 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon2714::ARCMTMacroTrackerAction
/external/clang/tools/libclang/
H A DIndexing.cpp205 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon3876::IndexingFrontendAction
/external/v8/tools/gcmole/
H A Dgcmole.cc475 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &CI, function in class:__anon10353::Action

Completed in 173 milliseconds