Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h80 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
81 bool DoesScopeContain(const Scope *, const Symbol &);
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp191 bool DoesScopeContain( in DoesScopeContain() function
198 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
199 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
214 return DoesScopeContain( in IsHostAssociated()
Dcheck-do-forall.cpp194 if (DoesScopeContain(&doScope, blockScope)) { in Post()
352 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
Dresolve-names.cpp2492 if (DoesScopeContain(scope, currScope())) { // 14.2.2(1) in FindModule()