Searched refs:OptionsParser (Results 1 – 6 of 6) sorted by relevance
45 : OptionsParser(std::move(Options)), in StandaloneToolExecutor()46 Tool(OptionsParser->getCompilations(), OptionsParser->getSourcePathList(), in StandaloneToolExecutor()75 create(CommonOptionsParser &OptionsParser) override { in create() argument76 if (OptionsParser.getSourcePathList().empty()) in create()79 return std::make_unique<StandaloneToolExecutor>(std::move(OptionsParser)); in create()
73 : OptionsParser(std::move(Options)), in AllTUsToolExecutor()74 Compilations(OptionsParser->getCompilations()), in AllTUsToolExecutor()161 create(CommonOptionsParser &OptionsParser) override { in create() argument162 if (OptionsParser.getSourcePathList().empty()) in create()166 return std::make_unique<AllTUsToolExecutor>(std::move(OptionsParser), in create()
61 auto OptionsParser = in createExecutorFromCommandLineArgsImpl() local64 if (!OptionsParser) in createExecutorFromCommandLineArgsImpl()65 return OptionsParser.takeError(); in createExecutorFromCommandLineArgsImpl()72 Plugin->create(*OptionsParser); in createExecutorFromCommandLineArgsImpl()
65 std::optional<CommonOptionsParser> OptionsParser;
87 std::optional<CommonOptionsParser> OptionsParser;
159 create(CommonOptionsParser &OptionsParser) = 0;