Home
last modified time | relevance | path

Searched defs:globalScope (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Semantics/
H A Dsemantics.h107 Scope &globalScope() { return globalScope_; } globalScope() function
/llvm-project/flang/lib/Semantics/
H A Dtools.cpp575 const Scope &globalScope{ultimate.owner().context().globalScope()}; FindGlobal() local