Home | History | Annotate | Download | only in Driver

Lines Matching refs:Spelling

97   StringRef Spelling;
98 // If the option was an alias, get the spelling from the unaliased one.
100 Spelling = StringRef(Args.getArgString(Index), ArgSize);
102 Spelling = Args.MakeArgString(Twine(UnaliasedOption.getPrefix()) +
111 return new Arg(UnaliasedOption, Spelling, Index++);
114 return new Arg(UnaliasedOption, Spelling, Index++, Value);
119 Arg *A = new Arg(UnaliasedOption, Spelling, Index++);
154 return new Arg(UnaliasedOption, Spelling,
166 Arg *A = new Arg(UnaliasedOption, Spelling, Index - 1 - getNumArgs(),
177 return new Arg(*this, Spelling, Index++, Value);
185 return new Arg(UnaliasedOption, Spelling,
194 return new Arg(UnaliasedOption, Spelling, Index - 2,