Searched refs:maybeDescendent (Results 1 – 2 of 2) sorted by relevance
192 const Scope *maybeAncestor, const Scope &maybeDescendent) { in DoesScopeContain() argument193 return maybeAncestor && !maybeDescendent.IsGlobal() && in DoesScopeContain()194 FindScopeContaining(maybeDescendent.parent(), in DoesScopeContain()
80 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);