Lines Matching refs:Args
432 /*Args=*/nullptr);
437 /// Args - If this is a function-like macro expansion, this contains,
440 MacroArgs *Args = nullptr;
452 Args = ReadFunctionLikeMacroArgs(Identifier, MI, ExpansionEnd);
454 // Finished parsing args.
458 if (!Args) return true;
481 Callbacks->MacroExpands(Identifier, M, ExpansionRange, Args);
485 // FIXME: We lose macro args info with delayed callback.
487 /*Args=*/nullptr);
513 if (Args) Args->destroy(*this);
529 if (Args) Args->destroy(*this);
570 EnterMacro(Identifier, ExpansionEnd, MI, Args);
818 // If this is not a variadic macro, and too many args were specified, emit
850 // If this is not a variadic macro, and too many args were specified, emit