Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h160 inline bool IsProtected(const Symbol &symbol) { in IsProtected() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp791 return IsProtected(symbol) && !IsHostAssociated(symbol, currentScope); in InProtectedContext()