Searched refs:getUnexpArgument (Results 1 – 3 of 3) sorted by relevance
66 const_cast<Token*>(Result->getUnexpArgument(0))); in create()113 const Token *MacroArgs::getUnexpArgument(unsigned Arg) const { in getUnexpArgument() function in MacroArgs161 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument()312 StringifiedArgs[ArgNo] = StringifyArgument(getUnexpArgument(ArgNo), PP, in getStringifiedArgument()
77 const Token *getUnexpArgument(unsigned Arg) const;
158 Res = MacroArgs::StringifyArgument(ActualArgs->getUnexpArgument(ArgNo), in ExpandFunctionArguments()209 const Token *ArgTok = ActualArgs->getUnexpArgument(ArgNo); in ExpandFunctionArguments()252 const Token *ArgToks = ActualArgs->getUnexpArgument(ArgNo); in ExpandFunctionArguments()