Lines Matching refs:StopAtSemi
1176 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier()
1367 SkipUntil(tok::r_paren, StopAtSemi); in MaybeParseTypeTransformTypeSpecifier()
2049 if (!SkipUntil(tok::r_square, StopAtSemi)) in ParseClassSpecifier()
2054 if (!SkipUntil(tok::r_paren, StopAtSemi)) in ParseClassSpecifier()
2131 SkipUntil(tok::comma, StopAtSemi); in ParseClassSpecifier()
2398 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause()
2701 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2718 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2753 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2863 SkipUntil(tok::r_brace, StopAtSemi); in ParseCXXClassMemberDeclaration()
3202 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
3293 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
3308 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
3386 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
3972 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseConstructorInitializer()
4079 SkipUntil(tok::r_paren, StopAtSemi); in ParseMemInitializer()
4360 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause()
4382 StopAtSemi | StopBeforeMatch); in ParseTrailingRequiresClause()
4626 SkipUntil(tok::r_paren, tok::r_square, StopAtSemi | StopBeforeMatch); in ParseCXXAssumeAttributeArg()
4871 SkipUntil(tok::r_square, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifierInternal()
4901 SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifierInternal()
5055 SkipUntil(tok::r_paren, StopAtSemi); in ParseMicrosoftUuidAttributeArgs()
5063 SkipUntil(tok::r_paren, StopAtSemi); in ParseMicrosoftUuidAttributeArgs()
5119 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseMicrosoftAttributes()