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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI, function in class:AnalysisAction
/freebsd-9.3-release/contrib/llvm/tools/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.
99 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
115 /// create the PCHGenerator instance returned by CreateASTConsumer
188 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &, StringRef) { function in class:clang::PrintPreambleAction
[all...]
H A DFrontendAction.h64 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
232 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
251 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
268 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/freebsd-9.3-release/contrib/llvm/tools/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,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ARCMigrate/
H A DARCMTActions.h40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
68 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,StringRef InFile);
/freebsd-9.3-release/contrib/llvm/tools/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
113 ASTConsumer *GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, function in class:GenerateModuleAction
306 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, function in class:SyntaxOnlyAction
311 ASTConsumer *DumpModuleInfoAction::CreateASTConsumer(CompilerInstanc function in class:DumpModuleInfoAction
[all...]
H A DFrontendAction.cpp130 ASTConsumer* Consumer = CreateASTConsumer(CI, InFile);
153 Consumers.push_back(c->CreateASTConsumer(CI, InFile));
482 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:PreprocessorFrontendAction
484 llvm_unreachable("Invalid CreateASTConsumer on preprocessor action!");
487 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, function in class:WrapperFrontendAction
489 return WrappedAction->CreateASTConsumer(CI, InFile);
H A DASTUnit.cpp973 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon3145::TopLevelDeclTrackerAction
998 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
1061 ASTConsumer *PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, function in class:PrecompilePreambleAction
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/freebsd-9.3-release/contrib/llvm/tools/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
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h335 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &, function in class:clang::tooling::FrontendActionFactoryAdapter::ConsumerFactoryAdaptor
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp342 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI, function in class:CodeGenAction
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp158 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, function in class:ObjCMigrateAction
164 WrappedConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile);
1749 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, function in class:MigrateSourceAction
H A DARCMT.cpp485 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI, function in class:__anon2952::ARCMTMacroTrackerAction

Completed in 206 milliseconds