Home | History | Annotate | Download | only in preprocessor

Lines Matching refs:token

23 #include "Token.h"
78 void Preprocessor::lex(Token *token)
83 mImpl->macroExpander.lex(token);
84 switch (token->type)
89 case Token::PP_HASH:
92 case Token::PP_NUMBER:
94 token->location, token->text);
96 case Token::PP_OTHER:
98 token->location, token->text);