Lines Matching refs:l_square
1330 assert(Tok.is(tok::l_square) && NextToken().is(tok::l_square)); in DiagnoseProhibitedCXX11Attribute()
1361 assert((Tok.is(tok::l_square) && NextToken().is(tok::l_square)) || in DiagnoseMisplacedCXX11Attribute()
1563 case tok::l_square: // Might be an attribute on an unnamed bit-field. in MightBeDeclarator()
1565 NextToken().is(tok::l_square); in MightBeDeclarator()
1582 case tok::l_square: in MightBeDeclarator()
1627 case tok::l_square: in SkipMalformedDecl()
2196 return T.isOneOf(tok::l_square, tok::l_paren, tok::r_paren, tok::semi, in isValidAfterIdentifierInDeclarator()
2346 case tok::l_square: in ParseImplicitInt()
2675 case tok::l_square: in ParseDeclarationSpecifiers()
4650 case tok::l_square: in isConstructorDeclarator()
5263 if (Tok.is(tok::l_square)) in ParseDirectDeclarator()
5327 } else if (Tok.is(tok::l_square)) { in ParseDirectDeclarator()
5948 BalancedDelimiterTracker T(*this, tok::l_square); in ParseBracketDeclarator()
6060 assert(Tok.is(tok::l_square) && "Missing opening bracket"); in ParseMisplacedBracketDeclarator()
6066 while (Tok.is(tok::l_square)) { in ParseMisplacedBracketDeclarator()