Lines Matching refs:SkipUntil
132 SkipUntil(tok::r_paren, StopAtSemi); // skip until ) or ; in ParseGNUAttributes()
136 SkipUntil(tok::r_paren, StopAtSemi); // skip until ) or ; in ParseGNUAttributes()
187 SkipUntil(tok::r_paren, StopAtSemi); in ParseGNUAttributes()
190 SkipUntil(tok::r_paren, StopAtSemi); in ParseGNUAttributes()
310 SkipUntil(tok::r_paren, StopAtSemi); in ParseAttributeArgsCommon()
392 SkipUntil(tok::r_paren); in ParseMicrosoftDeclSpecArgs()
697 SkipUntil(tok::comma, tok::r_paren, in ParseVersionTuple()
726 SkipUntil(tok::comma, tok::r_paren, in ParseVersionTuple()
747 SkipUntil(tok::comma, tok::r_paren, in ParseVersionTuple()
776 SkipUntil(tok::comma, tok::r_paren, in ParseVersionTuple()
795 SkipUntil(tok::comma, tok::r_paren, in ParseVersionTuple()
843 SkipUntil(tok::r_paren, StopAtSemi); in ParseAvailabilityAttribute()
850 SkipUntil(tok::r_paren, StopAtSemi); in ParseAvailabilityAttribute()
869 SkipUntil(tok::r_paren, StopAtSemi); in ParseAvailabilityAttribute()
886 SkipUntil(tok::r_paren, StopAtSemi); in ParseAvailabilityAttribute()
894 SkipUntil(tok::r_paren, StopAtSemi); in ParseAvailabilityAttribute()
905 SkipUntil(tok::r_paren, StopAtSemi); in ParseAvailabilityAttribute()
929 SkipUntil(tok::r_paren, StopAtSemi); in ParseAvailabilityAttribute()
1027 SkipUntil(tok::r_paren, StopAtSemi); in ParseObjCBridgeRelatedAttribute()
1032 SkipUntil(tok::r_paren, StopAtSemi); in ParseObjCBridgeRelatedAttribute()
1042 SkipUntil(tok::r_paren, StopAtSemi); in ParseObjCBridgeRelatedAttribute()
1051 SkipUntil(tok::r_paren, StopAtSemi); in ParseObjCBridgeRelatedAttribute()
1061 SkipUntil(tok::r_paren, StopAtSemi); in ParseObjCBridgeRelatedAttribute()
1317 SkipUntil(tok::r_square); in DiagnoseProhibitedCXX11Attribute()
1553 SkipUntil(tok::r_brace); in SkipMalformedDecl()
1563 SkipUntil(tok::r_square); in SkipMalformedDecl()
1568 SkipUntil(tok::r_paren); in SkipMalformedDecl()
1702 SkipUntil(tok::semi); in ParseDeclGroup()
1803 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup()
1819 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator()
1886 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
1978 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
2003 SkipUntil(tok::r_paren, StopAtSemi); in ParseDeclarationAfterDeclaratorAndAttributes()
3421 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration()
3511 SkipUntil(tok::semi); in ParseStructUnionBody()
3518 SkipUntil(tok::semi); in ParseStructUnionBody()
3539 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody()
3663 SkipUntil(tok::comma, StopAtSemi); in ParseEnumSpecifier()
3677 SkipUntil(tok::comma, StopAtSemi); in ParseEnumSpecifier()
3795 SkipUntil(tok::r_brace, StopAtSemi); in ParseEnumSpecifier()
3827 SkipUntil(tok::comma, StopAtSemi); in ParseEnumSpecifier()
3850 SkipUntil(tok::comma, StopAtSemi); in ParseEnumSpecifier()
3895 SkipUntil(tok::r_brace, StopAtSemi); in ParseEnumSpecifier()
3944 if (SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch) && in ParseEnumBody()
3970 SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch); in ParseEnumBody()
4001 if (SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch)) { in ParseEnumBody()
5512 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseFunctionDeclaratorIdentifierList()
5688 SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseParameterDeclarationClause()
5840 SkipUntil(tok::r_square, StopAtSemi); in ParseBracketDeclarator()
6029 SkipUntil(tok::r_paren, StopAtSemi); in ParseAtomicSpecifier()