Lines Matching refs:StopBeforeMatch
728 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
757 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
778 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
807 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
826 StopAtSemi | StopBeforeMatch | StopAtCodeCompletion); in ParseVersionTuple()
1905 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseDeclGroup()
1921 SkipUntil(tok::semi, StopBeforeMatch); in ParseAsmAttributesAfterDeclarator()
1988 SkipUntil(tok::semi, StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
2081 SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch); in ParseDeclarationAfterDeclaratorAndAttributes()
3633 SkipUntil(tok::semi, StopBeforeMatch); in ParseStructDeclaration()
3760 SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch); in ParseStructUnionBody()
4186 if (SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch) && in ParseEnumBody()
4212 SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch); in ParseEnumBody()
4243 if (SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch)) { in ParseEnumBody()
5817 SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseFunctionDeclaratorIdentifierList()
5993 SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch); in ParseParameterDeclarationClause()