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

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  987     Self.SkipUntil(EndKind, StopAtSemi | StopBeforeMatch);
tools/clang/lib/Parse/ParseDecl.cpp
  159       SkipUntil(tok::r_paren, StopAtSemi); // skip until ) or ;
  163       SkipUntil(tok::r_paren, StopAtSemi); // skip until ) or ;
  218       SkipUntil(tok::r_paren, StopAtSemi);
  221       SkipUntil(tok::r_paren, StopAtSemi);
  380           SkipUntil(tok::r_paren, StopAtSemi);
  399           SkipUntil(tok::r_paren, StopAtSemi);
  861               StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
  890               StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
  911               StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
  940               StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
  959               StopAtSemi | StopBeforeMatch | StopAtCodeCompletion);
 1012     SkipUntil(tok::r_paren, StopAtSemi);
 1031     SkipUntil(tok::r_paren, StopAtSemi);
 1053       SkipUntil(tok::r_paren, StopAtSemi);
 1094       SkipUntil(tok::r_paren, StopAtSemi);
 1102         SkipUntil(tok::r_paren, StopAtSemi);
 1116           SkipUntil(tok::r_paren, StopAtSemi);
 1143       SkipUntil(tok::r_paren, StopAtSemi);
 1252       SkipUntil(tok::r_paren, StopAtSemi);
 1261         SkipUntil(tok::r_paren, StopAtSemi);
 1270       SkipUntil(tok::r_paren, StopAtSemi);
 1277       SkipUntil(tok::r_paren, StopAtSemi);
 1291       SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch);
 1354     SkipUntil(tok::r_paren, StopAtSemi);
 1359     SkipUntil(tok::r_paren, StopAtSemi);
 1371       SkipUntil(tok::r_paren, StopAtSemi);
 1380     SkipUntil(tok::r_paren, StopAtSemi);
 1391     SkipUntil(tok::r_paren, StopAtSemi);
 2186       SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 2387         SkipUntil(StopTokens, StopAtSemi | StopBeforeMatch);
 2431       SkipUntil(tok::r_paren, StopAtSemi);
 4230     SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 4343         SkipUntil(tok::comma, StopAtSemi);
 4357     SkipUntil(tok::comma, StopAtSemi);
 4477       SkipUntil(tok::r_brace, StopAtSemi);
 4509       SkipUntil(tok::comma, StopAtSemi);
 4532     SkipUntil(tok::comma, StopAtSemi);
 4603       SkipUntil(tok::r_brace, StopAtSemi);
 6067                   StopAtSemi | StopBeforeMatch);
 6505       SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
 6680             SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch);
 6834     SkipUntil(tok::r_square, StopAtSemi);
 7020     SkipUntil(tok::r_paren, StopAtSemi);
tools/clang/lib/Parse/ParseDeclCXX.cpp
  987         if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
 1071     SkipUntil(tok::r_paren, StopAtSemi);
 1717         if (!SkipUntil(tok::r_square, StopAtSemi))
 1722         if (!SkipUntil(tok::r_paren, StopAtSemi))
 1794       SkipUntil(tok::comma, StopAtSemi);
 2047       SkipUntil(tok::comma, tok::l_brace, StopAtSemi | StopBeforeMatch);
 2316       SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch);
 2330       SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch);
 2360     SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 2470     SkipUntil(tok::r_brace, StopAtSemi);
 2851         SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch);
 2864         SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch);
 2927     SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 3464       SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 3565       SkipUntil(tok::r_paren, StopAtSemi);
 4099         SkipUntil(tok::r_square, tok::comma, StopAtSemi | StopBeforeMatch);
 4245         SkipUntil(tok::r_paren, StopAtSemi);
 4253         SkipUntil(tok::r_paren, StopAtSemi);
 4307       SkipUntil(tok::r_square, tok::identifier, StopAtSemi | StopBeforeMatch);
tools/clang/lib/Parse/ParseExpr.cpp
 1649           SkipUntil(tok::greatergreatergreater, StopAtSemi);
 1654           SkipUntil(tok::greatergreatergreater, StopAtSemi);
 1711         SkipUntil(tok::r_paren, StopAtSemi);
 1723           SkipUntil(tok::r_paren, StopAtSemi);
 2007         SkipUntil(tok::r_paren, StopAtSemi);
 2123       SkipUntil(tok::r_paren, StopAtSemi);
 2144       SkipUntil(tok::r_paren, StopAtSemi);
 2149       SkipUntil(tok::r_paren, StopAtSemi);
 2156       SkipUntil(tok::r_paren, StopAtSemi);
 2178           SkipUntil(tok::r_paren, StopAtSemi);
 2196           SkipUntil(tok::r_paren, StopAtSemi);
 2223       SkipUntil(tok::r_paren, StopAtSemi);
 2227       SkipUntil(tok::r_paren, StopAtSemi);
 2233       SkipUntil(tok::r_paren, StopAtSemi);
 2237       SkipUntil(tok::r_paren, StopAtSemi);
 2243       SkipUntil(tok::r_paren, StopAtSemi);
 2258       SkipUntil(tok::r_paren, StopAtSemi);
 2263       SkipUntil(tok::r_paren, StopAtSemi);
 2275       SkipUntil(tok::r_paren, StopAtSemi);
 2287       SkipUntil(tok::r_paren, StopAtSemi);
 2292       SkipUntil(tok::r_paren, StopAtSemi);
 2304       SkipUntil(tok::r_paren, StopAtSemi);
 2319       SkipUntil(tok::r_paren, StopAtSemi);
 2673     SkipUntil(tok::r_paren, StopAtSemi);
 2761       SkipUntil(tok::r_paren, StopAtSemi);
 2767     SkipUntil(tok::r_paren, StopAtSemi);
 2782         SkipUntil(tok::r_paren, StopAtSemi);
 2791         SkipUntil(tok::r_paren, StopAtSemi);
 2799       SkipUntil(tok::r_paren, StopAtSemi);
 2808       SkipUntil(tok::r_paren, StopAtSemi);
 3222     SkipUntil(tok::r_paren, StopAtSemi);
tools/clang/lib/Parse/ParseExprCXX.cpp
  729     SkipUntil(tok::r_square, StopAtSemi);
  730     SkipUntil(tok::l_brace, StopAtSemi);
  731     SkipUntil(tok::r_brace, StopAtSemi);
 1600       SkipUntil(tok::r_paren, StopAtSemi);
 1651       SkipUntil(tok::r_paren, StopAtSemi);
 1865         SkipUntil(tok::r_paren, StopAtSemi);
 2006       SkipUntil(tok::semi, StopAtSemi);
 2040     if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch))
 2960       SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
 2967       SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
 3010     SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
 3039         SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
 3046       SkipUntil(tok::semi, StopAtSemi | StopBeforeMatch);
 3088       SkipUntil(tok::r_square, StopAtSemi);
 3349     SkipUntil(tok::comma, StopAtSemi);
 3350     SkipUntil(tok::r_paren, StopAtSemi);
 3362       SkipUntil(tok::r_paren, StopAtSemi);
 3571     SkipUntil(tok::r_paren, StopAtSemi);
tools/clang/lib/Parse/ParseInit.cpp
  253         SkipUntil(tok::r_square, StopAtSemi);
  291           SkipUntil(tok::r_square, StopAtSemi);
  303             SkipUntil(tok::r_square, StopAtSemi);
  333         SkipUntil(tok::r_square, StopAtSemi);
  359         SkipUntil(tok::r_square, StopAtSemi);
tools/clang/lib/Parse/ParseObjc.cpp
  611         SkipUntil(tok::at, StopAtSemi | StopBeforeMatch);
  698       SkipUntil(tok::r_brace, tok::at, StopAtSemi);
  889         SkipUntil(tok::r_paren, StopAtSemi);
  907         SkipUntil(tok::r_paren, StopAtSemi);
  917           SkipUntil(tok::r_paren, StopAtSemi);
  959       SkipUntil(tok::r_paren, StopAtSemi);
 1290     SkipUntil(tok::r_paren, StopAtSemi);
 1369     SkipUntil(tok::at, StopAtSemi | StopBeforeMatch);
 1537       SkipUntil(tok::greater, StopAtSemi);
 1990       SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 2372       SkipUntil(tok::r_paren, StopAtSemi);
 2379           SkipUntil(tok::r_paren, StopAtSemi);
 2384         SkipUntil(tok::r_paren, StopAtSemi);
 2457     SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 2549           SkipUntil(tok::r_paren, StopAtSemi);
 2703     SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 3038       SkipUntil(tok::r_square, StopAtSemi);
 3065         SkipUntil(tok::r_square, StopAtSemi);
 3079           SkipUntil(tok::r_square, StopAtSemi);
 3098     SkipUntil(tok::r_square, StopAtSemi);
 3183         SkipUntil(tok::r_square, StopAtSemi);
 3219         SkipUntil(tok::r_square, StopAtSemi);
 3265         SkipUntil(tok::r_square, StopAtSemi);
 3278     SkipUntil(tok::r_square, StopAtSemi);
 3288     SkipUntil(tok::r_square, StopAtSemi);
 3414       SkipUntil(tok::r_square, StopAtSemi);
 3459         SkipUntil(tok::r_brace, StopAtSemi);
 3465       SkipUntil(tok::r_brace, StopAtSemi);
 3474       SkipUntil(tok::r_brace, StopAtSemi);
tools/clang/lib/Parse/ParseStmt.cpp
  193         SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
  419     SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
  438     SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
  721         if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch))
  736         if (!SkipUntil(tok::colon, tok::r_brace, StopAtSemi | StopBeforeMatch))
 1788         SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
 1847         SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
 2037       SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
tools/clang/lib/Parse/ParseStmtAsm.cpp
  723     SkipUntil(tok::r_paren, StopAtSemi);
  769       SkipUntil(tok::r_paren, StopAtSemi);
  823     SkipUntil(tok::r_paren, StopAtSemi);
  836         SkipUntil(tok::r_paren, StopAtSemi);
  843         SkipUntil(tok::r_paren, StopAtSemi);
  856     SkipUntil(tok::r_paren, StopAtSemi);
  894         SkipUntil(tok::r_paren, StopAtSemi);
  908       SkipUntil(tok::r_paren, StopAtSemi);
  915       SkipUntil(tok::r_paren, StopAtSemi);
  925       SkipUntil(tok::r_paren, StopAtSemi);
tools/clang/lib/Parse/ParseTemplate.cpp
  121       SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
  136           SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
  244     SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
  471                 StopAtSemi | StopBeforeMatch);
  486                 StopAtSemi | StopBeforeMatch);
  766                 StopAtSemi | StopBeforeMatch);
  821       SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch);
 1057         SkipUntil(tok::greater, StopAtSemi);
 1059         SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch);
 1393       SkipUntil(tok::comma, tok::greater, StopAtSemi | StopBeforeMatch);
 1571                 StopAtSemi | StopBeforeMatch)) {
tools/clang/lib/Parse/ParseTentative.cpp
  309       if (!SkipUntil(tok::r_paren, StopAtSemi))
  511       SkipUntil(tok::r_paren, StopAtSemi);
 1795   if (!SkipUntil(tok::r_paren, StopAtSemi))
 1985       if (!SkipUntil(tok::comma, tok::r_paren, StopAtSemi | StopBeforeMatch))
 2028   if (!SkipUntil(tok::r_paren, StopAtSemi))
 2048     if (!SkipUntil(tok::r_paren, StopAtSemi))
 2057       if (!SkipUntil(tok::r_paren, StopAtSemi))
 2069   if (!SkipUntil(tok::r_square, StopAtSemi))
 2121                 StopAtSemi | StopBeforeMatch))
tools/clang/lib/Parse/Parser.cpp
  266         !HasFlagsSet(Flags, StopAtSemi) &&
  324                                unsigned(StopAtCodeCompletion | StopAtSemi)));
  349       if (HasFlagsSet(Flags, StopAtSemi))
 1165     SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 1454     if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch))
 1522   } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
 2462       P.SkipUntil(SkipToTok, Parser::StopAtSemi);
 2486                   Parser::StopAtSemi | Parser::StopBeforeMatch) &&