Home | History | Annotate | Download | only in AST

Lines Matching refs:Continue

664     /// Should we continue evaluation after encountering a side-effect that we
689 /// Should we continue evaluation as much as possible after encountering a
866 continue;
3206 /// Hit a 'continue' statement.
3302 continue;
3483 bool Continue;
3485 Continue))
3487 if (!Continue)
3499 bool Continue;
3507 if (!EvaluateAsBooleanCondition(DS->getCond(), Continue, Info))
3509 } while (Continue);
3523 bool Continue = true;
3525 FS->getCond(), Continue))
3527 if (!Continue)
3560 bool Continue = true;
3562 if (!EvaluateAsBooleanCondition(FS->getCond(), Continue, Info))
3564 if (!Continue)
3679 continue;
4297 // 'break', or 'continue', it would be nice to propagate that to
5189 continue;
5304 continue;
7206 // We can't continue from here for non-integral types.