Searched refs:TK_IDENTIFIER (Results 1 – 2 of 2) sorted by relevance
145 token.fKind = Token::Kind::TK_IDENTIFIER; in nextRawToken()152 token.fKind = Token::Kind::TK_IDENTIFIER; // reduces additional follow-up errors in nextRawToken()248 if (!this->expect(Token::Kind::TK_IDENTIFIER, "an identifier", result)) { in expectIdentifier()261 if (!this->checkNext(Token::Kind::TK_IDENTIFIER, result)) { in checkIdentifier()379 if (!this->expect(Token::Kind::TK_IDENTIFIER, "an identifier", &behavior)) { in directive()436 if (lookahead.fKind == Token::Kind::TK_IDENTIFIER && in declaration()475 } else if (lookahead.fKind == Token::Kind::TK_IDENTIFIER && this->text(lookahead) == "void") { in functionDeclarationEnd()1051 case Token::Kind::TK_IDENTIFIER: in statement()1061 if (!this->expect(Token::Kind::TK_IDENTIFIER, "a type", &type)) { in type()2090 if (id.fKind == Token::Kind::TK_IDENTIFIER) { in suffix()[all …]
59 TK_IDENTIFIER, enumerator