/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | FrontendActions.h | 28 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 38 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function 55 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 67 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 73 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 79 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 112 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 126 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 164 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, 309 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/ |
H A D | FrontendActions.h | 25 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 34 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 61 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | FrontendActions.cpp | 16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in AnalysisAction 24 ParseModelFileAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in ParseModelFileAction
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 58 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in InitOnlyAction 70 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTPrintAction 78 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDumpAction 87 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTDeclListAction 92 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTViewAction 97 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in GeneratePCHAction 161 GenerateModuleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateModuleAction 318 SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in SyntaxOnlyAction 323 DumpModuleInfoAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in DumpModuleInfoAction 329 VerifyPCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in VerifyPCHAction [all …]
|
H A D | ASTMerge.cpp | 20 ASTMergeAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ASTMergeAction 21 return AdaptedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
H A D | FrontendAction.cpp | 152 std::unique_ptr<ASTConsumer> Consumer = CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer() 203 std::unique_ptr<ASTConsumer> PluginConsumer = P->CreateASTConsumer(CI, InFile); in CreateWrappedASTConsumer() 1065 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in PreprocessorFrontendAction 1074 WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in WrapperFrontendAction 1076 return WrappedAction->CreateASTConsumer(CI, InFile); in CreateASTConsumer()
|
H A D | PrecompiledPreamble.cpp | 201 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 273 PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anond12dfad00111::PrecompilePreambleAction
|
H A D | InterfaceStubFunctionsConsumer.cpp | 340 GenerateInterfaceStubsAction::CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in GenerateInterfaceStubsAction
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/ |
H A D | FrontendActions.h | 31 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 49 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/ |
H A D | ARCMTActions.h | 39 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, 68 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | RAVFrontendAction.rst | 21 CreateASTConsumer method that returns an ASTConsumer per translation 28 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( 109 CreateASTConsumer. We can thus extract it there and hand it into our 114 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer( 188 virtual std::unique_ptr<clang::ASTConsumer> CreateASTConsumer(
|
/netbsd-src/external/apache2/llvm/dist/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 164 RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in RewriteObjCAction
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/AnnotateFunctions/ |
H A D | AnnotateFunctions.cpp | 43 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anondf1ea0e20111::AnnotateFunctionsAction
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 64 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI,
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/ |
H A D | ClangExtDefMapGen.cpp | 106 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in MapExtDefNamesAction
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/PrintFunctionNames/ |
H A D | PrintFunctionNames.cpp | 82 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon2686a24a0111::PrintFunctionNamesAction
|
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/ |
H A D | CallSuperAttrInfo.cpp | 141 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anonc6678e4d0111::CallSuperAction
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp | 57 CreateASTConsumer(clang::CompilerInstance &Compiler, in CreateASTConsumer() function in ASTSrcLocGenerationAction
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/ |
H A D | ClangCheck.cpp | 147 CreateASTConsumer(clang::CompilerInstance &CI, StringRef InFile) override { in CreateASTConsumer() function in __anoncfa573e10111::DumpSyntaxTree
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | Tooling.h | 423 CreateASTConsumer(CompilerInstance &, StringRef) override { in newFrontendActionFactory()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexingAction.cpp | 142 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon76f6f7400111::IndexAction
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
H A D | ClangRefactor.cpp | 448 CreateASTConsumer(clang::CompilerInstance &compiler, in getFrontendActionFactory() function in __anond439ce910111::ClangRefactorTool::getFrontendActionFactory::ToolASTAction
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 197 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in ObjCMigrateAction 202 Consumers.push_back(WrapperFrontendAction::CreateASTConsumer(CI, InFile)); in CreateASTConsumer() 2010 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer() function in MigrateSourceAction
|
H A D | ARCMT.cpp | 456 std::unique_ptr<ASTConsumer> CreateASTConsumer(CompilerInstance &CI, in CreateASTConsumer() function in __anon59d2beea0411::ARCMTMacroTrackerAction
|