Lines Matching refs:l_square
1361 assert(Tok.is(tok::l_square) && NextToken().is(tok::l_square)); in DiagnoseProhibitedCXX11Attribute()
1392 assert((Tok.is(tok::l_square) && NextToken().is(tok::l_square)) || in DiagnoseMisplacedCXX11Attribute()
1599 case tok::l_square: // Might be an attribute on an unnamed bit-field. in MightBeDeclarator()
1601 NextToken().is(tok::l_square); in MightBeDeclarator()
1618 case tok::l_square: in MightBeDeclarator()
1663 case tok::l_square: in SkipMalformedDecl()
2233 return T.isOneOf(tok::l_square, tok::l_paren, tok::r_paren, tok::semi, in isValidAfterIdentifierInDeclarator()
2401 case tok::l_square: in ParseImplicitInt()
2730 case tok::l_square: in ParseDeclarationSpecifiers()
4730 case tok::l_square: in isConstructorDeclarator()
5368 if (Tok.is(tok::l_square)) in ParseDirectDeclarator()
5432 } else if (Tok.is(tok::l_square)) { in ParseDirectDeclarator()
6053 BalancedDelimiterTracker T(*this, tok::l_square); in ParseBracketDeclarator()
6168 assert(Tok.is(tok::l_square) && "Missing opening bracket"); in ParseMisplacedBracketDeclarator()
6174 while (Tok.is(tok::l_square)) { in ParseMisplacedBracketDeclarator()