Lines Matching refs:SkipUntil
110 SkipUntil(tok::semi); in ParseNamespace()
135 SkipUntil(tok::r_brace); in ParseNamespace()
148 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace()
269 SkipUntil(tok::semi); in ParseNamespaceAlias()
280 SkipUntil(tok::semi); in ParseNamespaceAlias()
448 SkipUntil(tok::semi); in ParseUsingDirective()
469 SkipUntil(tok::semi); in ParseUsingDirective()
508 SkipUntil(tok::semi); in ParseUsingDeclaration()
521 SkipUntil(tok::semi); in ParseUsingDeclaration()
550 SkipUntil(tok::semi); in ParseUsingDeclaration()
598 SkipUntil(tok::semi); in ParseUsingDeclaration()
606 SkipUntil(tok::semi); in ParseUsingDeclaration()
638 SkipUntil(tok::semi); in ParseUsingDeclaration()
721 SkipUntil(tok::semi); in ParseStaticAssertDeclaration()
808 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier()
892 SkipUntil(tok::r_paren, StopAtSemi); in ParseUnderlyingTypeSpecifier()
1402 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1451 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1470 if (!SkipUntil(tok::r_square, StopAtSemi)) in ParseClassSpecifier()
1475 if (!SkipUntil(tok::r_paren, StopAtSemi)) in ParseClassSpecifier()
1545 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1547 SkipUntil(tok::comma, StopAtSemi); in ParseClassSpecifier()
1797 SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseBaseClause()
2047 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2061 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2093 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXMemberDeclaratorBeforeInitializer()
2208 SkipUntil(tok::r_brace, StopAtSemi); in ParseCXXClassMemberDeclaration()
2243 SkipUntil(tok::semi); in ParseCXXClassMemberDeclaration()
2252 SkipUntil(tok::semi); in ParseCXXClassMemberDeclaration()
2259 SkipUntil(tok::semi); in ParseCXXClassMemberDeclaration()
2320 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2400 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2439 SkipUntil(tok::r_brace); in ParseCXXClassMemberDeclaration()
2486 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2548 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2562 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2627 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseCXXClassMemberDeclaration()
3009 SkipUntil(tok::r_brace); in ParseCXXMemberSpecification()
3138 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseConstructorInitializer()
3218 SkipUntil(tok::r_paren, StopAtSemi); in ParseMemInitializer()
3589 SkipUntil(tok::r_paren); in ParseCXX11AttributeArgs()
3689 SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifier()
3719 SkipUntil(tok::r_square); in ParseCXX11AttributeSpecifier()
3723 SkipUntil(tok::r_square); in ParseCXX11AttributeSpecifier()
3797 SkipUntil(tok::r_square, StopAtSemi | StopBeforeMatch); in ParseMicrosoftAttributes()