Lines Matching refs:IDENTIFIER
65 if (token->type != pp::Token::IDENTIFIER) in getDirective()
163 if (token->type != Token::IDENTIFIER) in lex()
176 if (token->type != Token::IDENTIFIER) in lex()
346 if (token->type != Token::IDENTIFIER) in parseDefine()
386 if (token->type != Token::IDENTIFIER) in parseDefine()
442 if (token->type != Token::IDENTIFIER) in parseUndef()
644 valid = valid && (token->type == Token::IDENTIFIER); in parsePragma()
651 valid = valid && (token->type == Token::IDENTIFIER); in parsePragma()
697 if (valid && (token->type != Token::IDENTIFIER)) in parseExtension()
715 if (valid && (token->type != Token::IDENTIFIER)) in parseExtension()
806 if (token->type != Token::IDENTIFIER || token->text != "es") in parseVersion()
991 if (token->type != Token::IDENTIFIER) in parseExpressionIfdef()