Home | History | Annotate | Download | only in parsing

Lines Matching full:starts_with_identifier

228     bool starts_with_identifier = peek() == Token::IDENTIFIER;
296 if (maybe_reset && (!starts_with_identifier ||
693 bool starts_with_identifier = peek_any_identifier();
701 if (starts_with_identifier && expr.IsIdentifier() && peek() == Token::COLON) {