Home | History | Annotate | Download | only in Option

Lines Matching refs:Arg

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