Lines Matching refs:StopBeforeMatch
148 SkipUntil(tok::r_brace, StopBeforeMatch); in ParseNamespace()
808 if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) { in ParseDecltypeSpecifier()
1402 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1451 SkipUntil(tok::semi, StopBeforeMatch); in ParseClassSpecifier()
1545 SkipUntil(tok::semi, StopBeforeMatch); 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()
2320 SkipUntil(tok::semi, StopBeforeMatch); in ParseCXXClassMemberDeclaration()
2400 SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch); 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()
3138 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch); in ParseConstructorInitializer()
3689 SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch); in ParseCXX11AttributeSpecifier()
3797 SkipUntil(tok::r_square, StopAtSemi | StopBeforeMatch); in ParseMicrosoftAttributes()