Searched refs:CheckCurrentScopeValuesEqual (Results 1 – 3 of 3) sorted by relevance
223 bool CheckCurrentScopeValuesEqual(const Scope* other) const;
251 return scope_value()->CheckCurrentScopeValuesEqual(other.scope_value()); in operator ==()
276 bool Scope::CheckCurrentScopeValuesEqual(const Scope* other) const { in CheckCurrentScopeValuesEqual() function in Scope