Home
last modified time | relevance | path

Searched refs:DoesScopeContain (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h87 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
88 bool DoesScopeContain(const Scope *, const Symbol &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp231 bool DoesScopeContain( in DoesScopeContain() function
238 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
239 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
253 return DoesScopeContain( in IsHostAssociated()
H A Dcheck-do-forall.cpp193 if (DoesScopeContain(&doScope, blockScope)) { in Post()
352 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
H A Dresolve-directives.cpp1828 !DoesScopeContain( in CheckLabelContext()
1840 !DoesScopeContain( in CheckLabelContext()
H A Dresolve-names.cpp2992 if (DoesScopeContain(scope, currScope())) { // 14.2.2(1) in FindModule()