Lines Matching refs:make_unique
119 return std::make_unique<Arg>(*this, Spelling, Index++);
123 return std::make_unique<Arg>(*this, Spelling, Index++, Value);
128 auto A = std::make_unique<Arg>(*this, Spelling, Index++);
163 return std::make_unique<Arg>(*this, Spelling, Index - 2,
174 auto A = std::make_unique<Arg>(*this, Spelling, Index - 1 - getNumArgs(),
184 return std::make_unique<Arg>(*this, Spelling, Index++, Value);
193 return std::make_unique<Arg>(*this, Spelling, Index - 2,
203 return std::make_unique<Arg>(*this, Spelling, Index - 2,
210 auto A = std::make_unique<Arg>(*this, Spelling, Index++);
217 auto A = std::make_unique<Arg>(*this, Spelling, Index);
238 ? std::make_unique<Arg>(*this, CurArg, Index)
265 std::make_unique<Arg>(UnaliasedOption, UnaliasedSpelling, A->getIndex());