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

12

/external/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, function in class:AnalysisAction
/external/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h25 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/Frontend/
H A DFrontendActions.h29 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
44 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
50 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
56 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
62 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
68 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
74 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
85 /// create the PCHGenerator instance returned by CreateASTConsumer.
101 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
119 /// create the PCHGenerator instance returned by CreateASTConsumer
[all...]
H A DFrontendAction.h64 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
231 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
250 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
267 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsAction.h20 virtual clang::ASTConsumer* CreateASTConsumer(
H A DFindBadConstructsAction.cpp18 ASTConsumer* FindBadConstructsAction::CreateASTConsumer( function in class:chrome_checker::FindBadConstructsAction
/external/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h25 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
34 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
62 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/ARCMigrate/
H A DARCMTActions.h40 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
68 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/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 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 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);
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) { function in class:__anon16649::PrintFunctionNamesAction
/external/clang/unittests/AST/
H A DEvaluateAsRValueTest.cpp62 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &Compiler,
H A DExternalASTSourceTest.cpp38 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:TestFrontendAction
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/unittests/Frontend/
H A DFrontendActionTest.cpp41 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon18742::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/Tooling/
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::__anon18750::TestAction
228 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &Compiler, function in struct:clang::tooling::SkipBodyAction
H A DTestVisitor.h98 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::TestVisitor::TestAction
H A DRefactoringTest.cpp302 virtual clang::ASTConsumer* CreateASTConsumer( function in class:clang::tooling::__anon18749::TestVisitor::TestAction
/external/clang/include/clang/Tooling/
H A DTooling.h338 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &,
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp144 CreateASTConsumer(clang::CompilerInstance &Compiler, function in class:__anon18747::ExternalSemaSourceInstaller
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp449 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
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
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp593 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI, function in class:CodeGenAction

Completed in 433 milliseconds

12