Searched refs:DoesScopeContain (Results 1 – 5 of 5) sorted by relevance
87 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);88 bool DoesScopeContain(const Scope *, const Symbol &);
231 bool DoesScopeContain( in DoesScopeContain() function238 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function239 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()253 return DoesScopeContain( in IsHostAssociated()
193 if (DoesScopeContain(&doScope, blockScope)) { in Post()352 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
1828 !DoesScopeContain( in CheckLabelContext()1840 !DoesScopeContain( in CheckLabelContext()
2992 if (DoesScopeContain(scope, currScope())) { // 14.2.2(1) in FindModule()