Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h149 inline bool IsProtected(const Symbol &symbol) { in IsProtected() function
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp773 return IsProtected(symbol) && !IsHostAssociated(symbol, currentScope); in InProtectedContext()