Lines Matching refs:StopBeforeMatch
698 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
727 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
748 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
777 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
796 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
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()
3421 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration()
3539 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody()
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()