Home | History | Annotate | Download | only in src

Lines Matching refs:CLEAR

879 //     This is used to defer expensive operations until it is clear that they
1261 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR };
1266 bool clear = false;
1289 ASSERT(!clear);
1297 ASSERT(!clear);
1303 if (!clear && store_position == -1) {
1317 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1328 clear = true;
1353 } else if (undo_action == CLEAR) {
1360 } else if (clear) {
1451 // Clear any captures that might have been performed during the success
2701 void QuickCheckDetails::Clear() {
2714 Clear();
4055 new_trace.quick_check_performed()->Clear();
4625 stream()->Add("label=\"clear $%i to $%i\", shape=septagon",
4976 // Before entering the body of this loop we need to clear captures.