reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDecl.cpp
  860     SkipUntil(tok::comma, tok::r_paren,
  889     SkipUntil(tok::comma, tok::r_paren,
  910     SkipUntil(tok::comma, tok::r_paren,
  939     SkipUntil(tok::comma, tok::r_paren,
  958     SkipUntil(tok::comma, tok::r_paren,
 1291       SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch);
 4660       if (SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch) &&
 4690         SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch);
 4719       if (SkipUntil(tok::comma, tok::r_brace, StopBeforeMatch)) {
 6680             SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch);
tools/clang/lib/Parse/ParseDeclCXX.cpp
  734       SkipUntil(tok::comma, tok::semi, StopBeforeMatch);
 2047       SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch);
 4070       SkipUntil(tok::r_square, tok::colon, StopBeforeMatch);
 4099         SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch);
 4307       SkipUntil(tok::r_square, tok::identifier, StopAtSemi | StopBeforeMatch);
tools/clang/lib/Parse/ParseExpr.cpp
 2917       SkipUntil(tok::comma, tok::r_paren, StopBeforeMatch);
tools/clang/lib/Parse/ParseObjc.cpp
  522     SkipUntil(tok::greater, tok::at, StopBeforeMatch);
  698       SkipUntil(tok::r_brace, tok::at, StopAtSemi);
 1809       SkipUntil(tok::greater, tok::greatergreater, skipFlags);
tools/clang/lib/Parse/ParseOpenMP.cpp
  423       SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch);
  452       SkipUntil(tok::r_paren, tok::annot_pragma_openmp_end, StopBeforeMatch);
 2119     SkipUntil(tok::comma, tok::annot_pragma_openmp_end, StopBeforeMatch);
 2650         SkipUntil(tok::colon, tok::annot_pragma_openmp_end, StopBeforeMatch);
tools/clang/lib/Parse/ParseStmt.cpp
  721         if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch))
  736         if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch))
tools/clang/lib/Parse/ParseTemplate.cpp
  821       SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch);
 1393       SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch);
tools/clang/lib/Parse/ParseTentative.cpp
  392         P.SkipUntil(tok::r_paren, tok::semi, StopBeforeMatch);
 1985       if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch))
tools/clang/lib/Parse/Parser.cpp
 2485       P.SkipUntil(Close, FinalToken,