Lines Matching refs:l_square
1151 assert(Tok.is(tok::l_square) && NextToken().is(tok::l_square)); in DiagnoseProhibitedCXX11Attribute()
1182 assert((Tok.is(tok::l_square) && NextToken().is(tok::l_square)) || in DiagnoseMisplacedCXX11Attribute()
1341 case tok::l_square: // Might be an attribute on an unnamed bit-field. in MightBeDeclarator()
1343 NextToken().is(tok::l_square); in MightBeDeclarator()
1360 case tok::l_square: in MightBeDeclarator()
1406 case tok::l_square: in SkipMalformedDecl()
1883 return T.is(tok::l_square) || T.is(tok::l_paren) || T.is(tok::r_paren) || in isValidAfterIdentifierInDeclarator()
2003 case tok::l_square: in ParseImplicitInt()
2224 case tok::l_square: in ParseDeclarationSpecifiers()
4066 case tok::l_square: in isConstructorDeclarator()
4604 } else if (Tok.is(tok::l_square)) { in ParseDirectDeclarator()
5178 BalancedDelimiterTracker T(*this, tok::l_square); in ParseBracketDeclarator()