HomeSort by relevance Sort by last modified time
    Searched refs:getUnexpArgument (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
MacroArgs.cpp 66 const_cast<Token*>(Result->getUnexpArgument(0)));
111 /// getUnexpArgument - Return the unexpanded tokens for the specified formal.
113 const Token *MacroArgs::getUnexpArgument(unsigned Arg) const {
161 const Token *AT = getUnexpArgument(Arg);
308 StringifiedArgs[ArgNo] = StringifyArgument(getUnexpArgument(ArgNo), PP,
MacroArgs.h 74 /// getUnexpArgument - Return a pointer to the first token of the unexpanded
77 const Token *getUnexpArgument(unsigned Arg) const;
TokenLexer.cpp 208 Res = MacroArgs::StringifyArgument(ActualArgs->getUnexpArgument(ArgNo),
267 const Token *ArgTok = ActualArgs->getUnexpArgument(ArgNo);
310 const Token *ArgToks = ActualArgs->getUnexpArgument(ArgNo);

Completed in 53 milliseconds