Home | History | Annotate | Download | only in gn

Lines Matching refs:second

70       found->second.used = true;
71 return &found->second.value;
88 found->second.used = true;
89 return &found->second.value;
102 return &found->second.value; // Already have in the current scope.
118 return &found->second.value;
164 return found->second.get();
176 found->second.used = true;
185 found->second.used = false;
191 if (!found->second.used) {
201 if (!i->second.used) {
205 const BinaryOpNode* binary = i->second.value.origin()->AsBinaryOp();
212 *err = Err(i->second.value.origin(), "Assignment had no effect.", help);
222 (*output)[i->first] = i->second.value;
235 const Value& new_value = i->second.value;
244 err->AppendSubErr(Err(i->second.value, "defined here.",
252 dest->values_[i->first] = i->second;
282 i->second->NonRecursiveMergeTo(*dest_scope, options, node_for_err,
316 err->AppendSubErr(Err(i->second->GetDefinitionRange(), "defined here.",
327 dest->templates_[i->first] = i->second;
376 return found->second;
456 return found->second;