Lines Matching refs:CLEAR
696 // This is used to defer expensive operations until it is clear that they
1020 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR };
1025 bool clear = false;
1048 ASSERT(!clear);
1056 ASSERT(!clear);
1062 if (!clear && store_position == -1) {
1076 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1087 clear = true;
1112 } else if (undo_action == CLEAR) {
1119 } else if (clear) {
1208 // Clear any captures that might have been performed during the success
2081 void QuickCheckDetails::Clear() {
2094 Clear();
2962 new_trace.quick_check_performed()->Clear();
3537 stream()->Add("label=\"clear $%i to $%i\", shape=septagon",
3892 // Before entering the body of this loop we need to clear captures.