Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp1018 Scope &topScope{isIntrinsic.value_or(false) ? context_.intrinsicModulesScope() in Read() local
1021 parentScope = &topScope; in Read()
1036 ResolveNames(context_, parseTree, topScope); in Read()
H A Dresolve-names.cpp1446 Scope &topScope() const { return topScope_; } in topScope() function in Fortran::semantics::ResolveNamesVisitor