Lines Matching refs:Args
193 /// Args - If this is a function-like macro expansion, this contains,
196 MacroArgs *Args = 0;
213 Args = ReadFunctionLikeMacroArgs(Identifier, MI, ExpansionEnd);
215 // Finished parsing args.
219 if (Args == 0) return false;
240 if (Args) Args->destroy(*this);
270 if (Args) Args->destroy(*this);
306 EnterMacro(Identifier, ExpansionEnd, Args);
405 // If this is not a variadic macro, and too many args were specified, emit