Lines Matching refs:l_square
1105 assert(Tok.is(tok::l_square) && NextToken().is(tok::l_square)); in DiagnoseProhibitedCXX11Attribute()
1263 case tok::l_square: // Might be an attribute on an unnamed bit-field. in MightBeDeclarator()
1265 NextToken().is(tok::l_square); in MightBeDeclarator()
1282 case tok::l_square: in MightBeDeclarator()
1328 case tok::l_square: in SkipMalformedDecl()
1803 return T.is(tok::l_square) || T.is(tok::l_paren) || T.is(tok::r_paren) || in isValidAfterIdentifierInDeclarator()
1922 case tok::l_square: in ParseImplicitInt()
2147 case tok::l_square: in ParseDeclarationSpecifiers()
3881 case tok::l_square: in isConstructorDeclarator()
4403 } else if (Tok.is(tok::l_square)) { in ParseDirectDeclarator()
4821 if (getLangOpts().MicrosoftExt && Tok.is(tok::l_square)) in ParseParameterDeclarationClause()
4961 BalancedDelimiterTracker T(*this, tok::l_square); in ParseBracketDeclarator()