| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 29 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function 56 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 74 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 80 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 86 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 119 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 160 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, [all …]
|
| H A D | FrontendAction.h | 70 virtual std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 260 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 291 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 308 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 26 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 35 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 62 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.cpp | 17 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in AnalysisAction 25 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ParseModelFileAction
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 56 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction 68 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction 76 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction 85 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction 90 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction 95 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction 163 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction 313 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction 318 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DumpModuleInfoAction 324 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in VerifyPCHAction [all …]
|
| H A D | ASTMerge.cpp | 21 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction 22 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
| H A D | FrontendAction.cpp | 151 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer() 204 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer() 1043 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction 1049 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction 1051 return WrappedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
| H A D | PrecompiledPreamble.cpp | 134 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 194 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anone38eff540111::PrecompilePreambleAction
|
| H A D | ASTUnit.cpp | 977 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon0cd8e0a00411::TopLevelDeclTrackerAction
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.h | 30 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 48 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 40 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 69 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 142 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon0e6db7c40111::IndexAction 169 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon0e6db7c40111::WrappingIndexAction 171 auto OtherConsumer = WrapperFrontendAction::CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 41 HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in HTMLPrintAction 52 FixItAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in FixItAction 160 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in RewriteObjCAction
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 64 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 424 CreateASTConsumer(CompilerInstance &, StringRef) override { in newFrontendActionFactory()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 454 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon9f95dd6e0211::ARCMTMacroTrackerAction
|
| H A D | ObjCMT.cpp | 194 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ObjCMigrateAction 199 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile)); in CreateASTConsumer() 2012 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in MigrateSourceAction
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 852 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in CodeGenAction
|