Home | History | Annotate | Download | only in Parse

Lines Matching refs:StopBeforeMatch

245 /// it (unless no flag StopBeforeMatch).  Because we cannot guarantee that the
260 if (HasFlagsSet(Flags, StopBeforeMatch)) {
1010 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
1302 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch))
1370 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
2115 Parser::StopAtSemi | Parser::StopBeforeMatch) &&
2122 P.SkipUntil(Close, Parser::StopBeforeMatch);