Searched defs:getUnexpArgument (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DMacroArgs.cpp66 const_cast<Token*>(Result->getUnexpArgument(0)));
111 /// getUnexpArgument - Return the unexpanded tokens for the specified formal.
113 const Token *MacroArgs::getUnexpArgument(unsigned Arg) const { function in class:MacroArgs
161 const Token *AT = getUnexpArgument(Arg);
308 StringifiedArgs[ArgNo] = StringifyArgument(getUnexpArgument(ArgNo), PP,

Completed in 60 milliseconds