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

  /external/clang/include/clang/Lex/
MacroArgs.h 76 /// getUnexpArgument - Return a pointer to the first token of the unexpanded
79 const Token *getUnexpArgument(unsigned Arg) const;
  /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 {
160 const Token *AT = getUnexpArgument(Arg);
308 StringifiedArgs[ArgNo] = StringifyArgument(getUnexpArgument(ArgNo), PP,
TokenLexer.cpp 205 Res = MacroArgs::StringifyArgument(ActualArgs->getUnexpArgument(ArgNo),
270 const Token *ArgTok = ActualArgs->getUnexpArgument(ArgNo);
317 const Token *ArgToks = ActualArgs->getUnexpArgument(ArgNo);
    [all...]

Completed in 3680 milliseconds