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

References

tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
   59       SkipUntil(tok::semi);
   92       SkipUntil(tok::semi);
   95       SkipUntil(tok::semi);
  888         if (SkipUntil(tok::r_brace) &&
  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);
  526     SkipUntil(tok::r_paren);
 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);
 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);
 1646     SkipUntil(tok::r_square);
 1929       SkipUntil(tok::r_brace);
 1939       SkipUntil(tok::r_square);
 1944       SkipUntil(tok::r_paren);
 2078         SkipUntil(tok::semi);
 2186       SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 2202       SkipUntil(tok::semi, StopBeforeMatch);
 2300         SkipUntil(tok::semi, StopBeforeMatch);
 2431       SkipUntil(tok::r_paren, StopAtSemi);
 4095         SkipUntil(tok::semi, StopBeforeMatch);
 4202         SkipUntil(tok::semi);
 4209         SkipUntil(tok::semi);
 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);
 6505       SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
 6834     SkipUntil(tok::r_square, StopAtSemi);
 7020     SkipUntil(tok::r_paren, StopAtSemi);
tools/clang/lib/Parse/ParseDeclCXX.cpp
  125       SkipUntil(tok::semi);
  150     SkipUntil(tok::r_brace);
  171     SkipUntil(tok::r_brace, StopBeforeMatch);
  302     SkipUntil(tok::semi);
  309     SkipUntil(tok::semi);
  320     SkipUntil(tok::semi);
  546     SkipUntil(tok::semi);
  554     SkipUntil(tok::semi);
  574     SkipUntil(tok::semi);
  688       SkipUntil(tok::semi);
  772     SkipUntil(tok::semi);
  782     SkipUntil(tok::semi);
  808     SkipUntil(tok::semi);
  816     SkipUntil(tok::semi);
  844     SkipUntil(tok::semi);
  899       SkipUntil(tok::semi);
  987         if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
 1071     SkipUntil(tok::r_paren, StopAtSemi);
 1648       SkipUntil(tok::semi, StopBeforeMatch);
 1698       SkipUntil(tok::semi, StopBeforeMatch);
 1717         if (!SkipUntil(tok::r_square, StopAtSemi))
 1722         if (!SkipUntil(tok::r_paren, StopAtSemi))
 1792       SkipUntil(tok::semi, StopBeforeMatch);
 1794       SkipUntil(tok::comma, StopAtSemi);
 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);
 2504         SkipUntil(tok::semi);
 2513         SkipUntil(tok::semi);
 2520         SkipUntil(tok::semi);
 2587       SkipUntil(tok::semi, StopBeforeMatch);
 2722         SkipUntil(tok::r_brace);
 2851         SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch);
 2864         SkipUntil(tok::comma, StopAtSemi | StopBeforeMatch);
 2927     SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 3335     SkipUntil(tok::r_brace);
 3464       SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 3565       SkipUntil(tok::r_paren, StopAtSemi);
 3972     SkipUntil(tok::r_paren);
 4140     SkipUntil(tok::r_square);
 4144     SkipUntil(tok::r_square);
 4245         SkipUntil(tok::r_paren, StopAtSemi);
 4253         SkipUntil(tok::r_paren, StopAtSemi);
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);
 3182         SkipUntil(tok::r_brace, StopBeforeMatch);
 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);
  490         SkipUntil(tok::r_brace, StopBeforeMatch);
tools/clang/lib/Parse/ParseObjc.cpp
   85     SkipUntil(tok::semi);
   89     SkipUntil(tok::semi);
  139       SkipUntil(tok::semi);
  611         SkipUntil(tok::at, StopAtSemi | StopBeforeMatch);
  683       SkipUntil(tok::semi);
  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);
 2049         SkipUntil(tok::semi);
 2158       SkipUntil(tok::r_paren); // don't stop at ';'
 2320       SkipUntil(tok::semi);
 2372       SkipUntil(tok::r_paren, StopAtSemi);
 2379           SkipUntil(tok::r_paren, StopAtSemi);
 2384         SkipUntil(tok::r_paren, StopAtSemi);
 2397       SkipUntil(tok::semi);
 2426       SkipUntil(tok::semi);
 2457     SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 2549           SkipUntil(tok::r_paren, StopAtSemi);
 2703     SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 2712     SkipUntil(tok::r_brace);
 2747     SkipUntil(tok::semi);
 2757     SkipUntil(tok::semi);
 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/ParseOpenMP.cpp
  242     SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
  299     SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
  499     SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
  536     SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch);
  543     SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch);
 1006       while (!SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch))
 1023     while (!SkipUntil(tok::annot_pragma_openmp_end, Parser::StopBeforeMatch))
 1034     while (!SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch))
 1184   SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
 1213     SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
 1267         SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
 1312           SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
 1615         SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
 1621     SkipUntil(tok::annot_pragma_openmp_end);
 1666           SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
 1673     SkipUntil(tok::annot_pragma_openmp_end);
 1691       SkipUntil(tok::annot_pragma_openmp_end);
 1702       SkipUntil(tok::annot_pragma_openmp_end);
 1871     SkipUntil(tok::annot_pragma_openmp_end);
 1875     SkipUntil(tok::annot_pragma_openmp_end);
 2111     SkipUntil(tok::annot_pragma_openmp_end, StopBeforeMatch);
tools/clang/lib/Parse/ParsePragma.cpp
 1386     PRef.SkipUntil(tok::eof, Parser::StopBeforeMatch);
 1428     SkipUntil(tok::eof, StopBeforeMatch);
 1478           SkipUntil(tok::r_paren, StopBeforeMatch);
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);
 1108           SkipUntil(tok::semi);
 1172     SkipUntil(tok::semi);
 1216     SkipUntil(tok::semi);
 1356     SkipUntil(tok::semi);
 1396       SkipUntil(tok::r_brace);
 1398       SkipUntil(tok::semi);
 1442     SkipUntil(tok::semi);
 1539       SkipUntil(tok::semi, StopBeforeMatch);
 1547     SkipUntil(tok::semi, StopBeforeMatch);
 1623     SkipUntil(tok::semi);
 1781       SkipUntil(tok::r_paren, StopBeforeMatch);
 1788         SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
 1847         SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch);
 1968       SkipUntil(tok::semi, StopBeforeMatch);
 2037       SkipUntil(tok::r_brace, StopAtSemi | StopBeforeMatch);
 2166   if (!SkipUntil(tok::r_brace, StopAtCodeCompletion)) {
 2171     if (!SkipUntil(tok::l_brace, StopAtCodeCompletion) ||
 2172         !SkipUntil(tok::r_brace, StopAtCodeCompletion)) {
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);
  321     SkipUntil(tok::semi);
  361     SkipUntil(tok::semi);
  376     SkipUntil(tok::semi);
  382     SkipUntil(tok::semi);
  393     SkipUntil(tok::semi);
  400     SkipUntil(tok::semi);
 1057         SkipUntil(tok::greater, StopAtSemi);
 1059         SkipUntil(tok::greater, StopAtSemi | StopBeforeMatch);
tools/clang/lib/Parse/ParseTentative.cpp
  169     if (!SkipUntil(tok::r_paren))
  193         if (!SkipUntil(tok::r_square))
  200         if (!SkipUntil(tok::r_paren))
  309       if (!SkipUntil(tok::r_paren, StopAtSemi))
  511       SkipUntil(tok::r_paren, StopAtSemi);
  668     bool IsAttribute = SkipUntil(tok::r_square);
  756       if (!SkipUntil(tok::r_paren)) {
 1795   if (!SkipUntil(tok::r_paren, StopAtSemi))
 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))
tools/clang/lib/Parse/Parser.cpp
  298         SkipUntil(tok::r_paren, StopAtCodeCompletion);
  300         SkipUntil(tok::r_paren);
  306         SkipUntil(tok::r_square, StopAtCodeCompletion);
  308         SkipUntil(tok::r_square);
  314         SkipUntil(tok::r_brace, StopAtCodeCompletion);
  316         SkipUntil(tok::r_brace);
  322       SkipUntil(tok::colon,
  921     SkipUntil(tok::semi);
 1063       SkipUntil(tok::semi);
 1165     SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch);
 1286       SkipUntil(tok::semi);
 1289       SkipUntil(tok::semi);
 1330     SkipUntil(tok::semi);
 1342     SkipUntil(tok::r_brace);
 1344       SkipUntil(tok::l_brace);
 1345       SkipUntil(tok::r_brace);
 1454     if (SkipUntil(tok::l_brace, StopAtSemi | StopBeforeMatch))
 1522   } else if (SkipUntil(tok::r_paren, StopAtSemi | StopBeforeMatch)) {
 2386       SkipUntil(tok::semi);
 2462       P.SkipUntil(SkipToTok, Parser::StopAtSemi);
 2493   P.SkipUntil(Close, Parser::StopBeforeMatch);