Searched refs:scope_to_set (Results 1 – 2 of 2) sorted by relevance
125 Scope* scope_to_set, in DeclareArgs() argument162 if (!scope_to_set->GetValue(i->first)) { in DeclareArgs()163 scope_to_set->SetValue(i->first, i->second, i->second.origin()); in DeclareArgs()164 scope_to_set->MarkUsed(i->first); in DeclareArgs()
57 Scope* scope_to_set,