Lines Matching refs:l_square
1208 assert(Tok.is(tok::l_square) && NextToken().is(tok::l_square)); in DiagnoseProhibitedCXX11Attribute()
1239 assert((Tok.is(tok::l_square) && NextToken().is(tok::l_square)) || in DiagnoseMisplacedCXX11Attribute()
1404 case tok::l_square: // Might be an attribute on an unnamed bit-field. in MightBeDeclarator()
1406 NextToken().is(tok::l_square); in MightBeDeclarator()
1423 case tok::l_square: in MightBeDeclarator()
1468 case tok::l_square: in SkipMalformedDecl()
2006 return T.is(tok::l_square) || T.is(tok::l_paren) || T.is(tok::r_paren) || in isValidAfterIdentifierInDeclarator()
2157 case tok::l_square: in ParseImplicitInt()
2471 case tok::l_square: in ParseDeclarationSpecifiers()
4313 case tok::l_square: in isConstructorDeclarator()
4857 if (Tok.is(tok::l_square)) in ParseDirectDeclarator()
4921 } else if (Tok.is(tok::l_square)) { in ParseDirectDeclarator()
5483 BalancedDelimiterTracker T(*this, tok::l_square); in ParseBracketDeclarator()
5589 assert(Tok.is(tok::l_square) && "Missing opening bracket"); in ParseMisplacedBracketDeclarator()
5595 while (Tok.is(tok::l_square)) { in ParseMisplacedBracketDeclarator()