Lines Matching full:expanded
270 /// table and mark it as a builtin macro to be expanded.
347 // If the token isn't an identifier, it's always literally expanded.
356 // expanded so it's not a trivial expansion.
418 /// expanded as a macro, handle it and return the next token as 'Identifier'.
468 // Remember where the token is expanded.
524 // Otherwise, if this macro expands into a single trivially-expanded
532 // identifier to the expanded token.
563 // Since this is not an identifier token, it can't be macro expanded, so
969 /// \brief Keeps macro expanded tokens for TokenLexers.
971 /// Works like a stack; a TokenLexer adds the macro expanded tokens that is
1004 // Pop the cached macro expanded tokens from the end.
1456 /// ExpandBuiltinMacro - If an identifier token is read that is to be expanded