Lines Matching refs:r_square
2049 if (!SkipUntil(tok::r_square, StopAtSemi)) in ParseClassSpecifier()
4626 SkipUntil(tok::r_paren, tok::r_square, StopAtSemi | StopBeforeMatch); in ParseCXXAssumeAttributeArg()
4632 if (!Tok.isOneOf(tok::r_paren, tok::r_square)) { in ParseCXXAssumeAttributeArg()
4859 SkipUntil(tok::r_square, tok::colon, StopBeforeMatch); in ParseCXX11AttributeSpecifierInternal()
4866 while (!Tok.isOneOf(tok::r_square, tok::semi, tok::eof)) { in ParseCXX11AttributeSpecifierInternal()
4871 SkipUntil(tok::r_square, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifierInternal()
4901 SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifierInternal()
4943 if (ExpectAndConsume(tok::r_square)) in ParseCXX11AttributeSpecifierInternal()
4944 SkipUntil(tok::r_square); in ParseCXX11AttributeSpecifierInternal()
4945 else if (Tok.is(tok::r_square)) in ParseCXX11AttributeSpecifierInternal()
4946 checkCompoundToken(CloseLoc, tok::r_square, CompoundToken::AttrEnd); in ParseCXX11AttributeSpecifierInternal()
4949 if (ExpectAndConsume(tok::r_square)) in ParseCXX11AttributeSpecifierInternal()
4950 SkipUntil(tok::r_square); in ParseCXX11AttributeSpecifierInternal()
5118 SkipUntil(tok::r_square, tok::identifier, in ParseMicrosoftAttributes()