Searched refs:getUnexpArgument (Results 1 – 4 of 4) sorted by relevance
66 const_cast<Token*>(Result->getUnexpArgument(0))); in create()113 const Token *MacroArgs::getUnexpArgument(unsigned Arg) const { in getUnexpArgument() function in MacroArgs160 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument()308 StringifiedArgs[ArgNo] = StringifyArgument(getUnexpArgument(ArgNo), PP, in getStringifiedArgument()
205 Res = MacroArgs::StringifyArgument(ActualArgs->getUnexpArgument(ArgNo), in ExpandFunctionArguments()270 const Token *ArgTok = ActualArgs->getUnexpArgument(ArgNo); in ExpandFunctionArguments()317 const Token *ArgToks = ActualArgs->getUnexpArgument(ArgNo); in ExpandFunctionArguments()
79 const Token *getUnexpArgument(unsigned Arg) const;
1101 name.getLocation(), args->getUnexpArgument(1)->getLocation()); in MacroExpands()