Lines Matching refs:StopAtSemi
1011 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier()
1103 SkipUntil(tok::r_paren, StopAtSemi); in ParseUnderlyingTypeSpecifier()
1742 if (!SkipUntil(tok::r_square, StopAtSemi)) in ParseClassSpecifier()
1747 if (!SkipUntil(tok::r_paren, StopAtSemi)) in ParseClassSpecifier()
1819 SkipUntil(tok::comma, StopAtSemi); in ParseClassSpecifier()
2078 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause()
2355 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2371 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2405 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2516 SkipUntil(tok::r_brace, StopAtSemi); in ParseCXXClassMemberDeclaration()
2829 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2913 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2926 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2993 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
3534 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseConstructorInitializer()
3637 SkipUntil(tok::r_paren, StopAtSemi); in ParseMemInitializer()
3903 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause()
3925 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause()
4222 SkipUntil(tok::r_square, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifier()
4248 SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifier()
4398 SkipUntil(tok::r_paren, StopAtSemi); in ParseMicrosoftUuidAttributeArgs()
4406 SkipUntil(tok::r_paren, StopAtSemi); in ParseMicrosoftUuidAttributeArgs()
4460 SkipUntil(tok::r_square, tok::identifier, StopAtSemi | StopBeforeMatch); in ParseMicrosoftAttributes()