Home | History | Annotate | Download | only in Option

Lines Matching refs:Spelling

106   StringRef Spelling;
107 // If the option was an alias, get the spelling from the unaliased one.
109 Spelling = StringRef(Args.getArgString(Index), ArgSize);
111 Spelling = Args.MakeArgString(Twine(UnaliasedOption.getPrefix()) +
120 Arg *A = new Arg(UnaliasedOption, Spelling, Index++);
134 return new Arg(UnaliasedOption, Spelling, Index++, Value);
139 Arg *A = new Arg(UnaliasedOption, Spelling, Index++);
174 return new Arg(UnaliasedOption, Spelling,
186 Arg *A = new Arg(UnaliasedOption, Spelling, Index - 1 - getNumArgs(),
197 return new Arg(*this, Spelling, Index++, Value);
205 return new Arg(UnaliasedOption, Spelling,
214 return new Arg(UnaliasedOption, Spelling, Index - 2,