Lines Matching refs:Arg
11 #include "clang/Driver/Arg.h"
93 Arg *Option::accept(const ArgList &Args,
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(),
173 // If this is not an exact match, it is a joined arg.
177 return new Arg(*this, Spelling, Index++, Value);
185 return new Arg(UnaliasedOption, Spelling,
194 return new Arg(UnaliasedOption, Spelling, Index - 2,