Home | History | Annotate | Download | only in Option

Lines Matching refs:Arg

12 #include "llvm/Option/Arg.h"
95 Arg *Option::accept(const ArgList &Args,
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(),
175 // If this is not an exact match, it is a joined arg.
179 return new Arg(*this, Spelling, Index++, Value);
187 return new Arg(UnaliasedOption, Spelling,
196 return new Arg(UnaliasedOption, Spelling, Index - 2,