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)) {
997 SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
1276 if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch))
1344 } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
2093 Parser::StopAtSemi | Parser::StopBeforeMatch) &&
2100 P.SkipUntil(Close, Parser::StopBeforeMatch);