Home | History | Annotate | Download | only in browser

Lines Matching refs:already_saw_current_type

1214       bool already_saw_current_type = seen_types.count(current_type) > 0;
1220 already_saw_current_type = false;
1232 already_saw_current_type = false;
1236 if (current_type != UNKNOWN_TYPE && already_saw_current_type) {