Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h221 const Symbol *FindExternallyVisibleObject(const Symbol &, const Scope &);
224 const Symbol *FindExternallyVisibleObject(const A &, const Scope &) { in FindExternallyVisibleObject() function
229 const Symbol *FindExternallyVisibleObject( in FindExternallyVisibleObject() function
232 return FindExternallyVisibleObject(*symbol, scope); in FindExternallyVisibleObject()
242 const Symbol *FindExternallyVisibleObject( in FindExternallyVisibleObject() function
245 [&](const auto &x) { return FindExternallyVisibleObject(x, scope); }, in FindExternallyVisibleObject()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp359 const Symbol *FindExternallyVisibleObject( in FindExternallyVisibleObject() function
757 return FindExternallyVisibleObject(symbol.GetUltimate(), *pureProc); in IsExternalInPureContext()
H A Dexpression.cpp1790 object{FindExternallyVisibleObject(*value, *pureProc)}) { in Analyze()