Lines Matching refs:Spelling
111 StringRef Spelling,
113 const size_t SpellingSize = Spelling.size();
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);