Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp790 bool InProtectedContext(const Symbol &symbol, const Scope &currentScope) { in InProtectedContext() argument
791 return IsProtected(symbol) && !IsHostAssociated(symbol, currentScope); in InProtectedContext()