Lines Matching refs:token
99 // Add a token (including backing string) to the end of a macro
100 // token stream, for later playback.
107 // Read the next token from a macro token stream.
119 parseContext.requireProfile(ppToken->loc, ~EEsProfile, "token pasting (##)");
120 parseContext.profileRequires(ppToken->loc, ~EEsProfile, 130, nullptr, "token pasting (##)");
133 // and we are also on the last token
147 // 2. last token and we've been told after this there will be a ##
151 // Getting here means the last token will be pasted, after this
153 // Are we at the last non-whitespace token?
204 int ret = token;
211 void TPpContext::UngetToken(int token, TPpToken* ppToken)
213 pushInput(new tUngotTokenInput(this, token, ppToken));