Lines Matching defs:tail
2870 void ClassScope::ResetUnresolvedPrivateNameTail(UnresolvedList::Iterator tail) {
2873 rare_data->unresolved_private_names.end() == tail) {
2877 bool tail_is_empty = tail == UnresolvedList::Iterator();
2879 // If the saved tail is empty, the list used to be empty, so clear it.
2882 rare_data->unresolved_private_names.Rewind(tail);
2887 AstNodeFactory* ast_node_factory, UnresolvedList::Iterator tail) {
2890 rare_data->unresolved_private_names.end() == tail) {
2895 // If the saved tail is empty, the list used to be empty, so we should
2897 bool tail_is_empty = tail == UnresolvedList::Iterator();
2899 tail_is_empty ? rare_data->unresolved_private_names.begin() : tail;
2911 rare_data->unresolved_private_names.Rewind(tail);