Home
last modified time | relevance | path

Searched refs:maybeDescendent (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dtools.cpp192 const Scope *maybeAncestor, const Scope &maybeDescendent) { in DoesScopeContain() argument
193 return maybeAncestor && !maybeDescendent.IsGlobal() && in DoesScopeContain()
194 FindScopeContaining(maybeDescendent.parent(), in DoesScopeContain()
/external/llvm-project/flang/include/flang/Semantics/
Dtools.h80 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);