Searched refs:must_have_valid_location (Results 1 – 2 of 2) sorted by relevance
282 bool must_have_valid_location = false);
476 bool must_have_valid_location) { in GetInScopeVariableList() argument491 [this, must_have_valid_location](Variable *v) { in GetInScopeVariableList()492 return v->IsInScope(this) && (!must_have_valid_location || in GetInScopeVariableList()