Home | History | Annotate | Download | only in Option

Lines Matching refs:Spelling

99   StringRef Spelling;
100 // If the option was an alias, get the spelling from the unaliased one.
102 Spelling = StringRef(Args.getArgString(Index), ArgSize);
104 Spelling = Args.MakeArgString(Twine(UnaliasedOption.getPrefix()) +
113 return new Arg(UnaliasedOption, Spelling, Index++);
116 return new Arg(UnaliasedOption, Spelling, Index++, Value);
121 Arg *A = new Arg(UnaliasedOption, Spelling, Index++);
156 return new Arg(UnaliasedOption, Spelling,
168 Arg *A = new Arg(UnaliasedOption, Spelling, Index - 1 - getNumArgs(),
179 return new Arg(*this, Spelling, Index++, Value);
187 return new Arg(UnaliasedOption, Spelling,
196 return new Arg(UnaliasedOption, Spelling, Index - 2,