Lines Matching refs:RBRACKET
556 if (this->checkNext(Token::RBRACKET)) { in varDeclarationEnd()
564 if (!this->expect(Token::RBRACKET, "']'")) { in varDeclarationEnd()
585 if (this->checkNext(Token::RBRACKET)) { in varDeclarationEnd()
593 if (!this->expect(Token::RBRACKET, "']'")) { in varDeclarationEnd()
632 if (!this->expect(Token::RBRACKET, "']'")) { in parameter()
1086 if (this->peek().fKind != Token::RBRACKET) { in type()
1096 this->expect(Token::RBRACKET, "']'"); in type()
1130 if (this->peek().fKind != Token::RBRACKET) { in interfaceBlock()
1139 this->expect(Token::RBRACKET, "']'"); in interfaceBlock()
1865 if (this->checkNext(Token::RBRACKET)) { in suffix()
1872 this->expect(Token::RBRACKET, "']' to complete array access expression"); in suffix()