Searched refs:getUnexpArgument (Results 1 - 3 of 3) 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);
312 StringifiedArgs[ArgNo] = StringifyArgument(getUnexpArgument(ArgNo), PP,
H A DMacroArgs.h74 /// getUnexpArgument - Return a pointer to the first token of the unexpanded
77 const Token *getUnexpArgument(unsigned Arg) const;
H A DTokenLexer.cpp159 Res = MacroArgs::StringifyArgument(ActualArgs->getUnexpArgument(ArgNo),
210 const Token *ArgTok = ActualArgs->getUnexpArgument(ArgNo);
259 const Token *ArgToks = ActualArgs->getUnexpArgument(ArgNo);

Completed in 136 milliseconds