Searched refs:maybeAncestor (Results 1 – 2 of 2) sorted by relevance
192 const Scope *maybeAncestor, const Scope &maybeDescendent) { in DoesScopeContain() argument193 return maybeAncestor && !maybeDescendent.IsGlobal() && in DoesScopeContain()195 [&](const Scope &scope) { return &scope == maybeAncestor; }); in DoesScopeContain()198 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() argument199 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
80 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);