Home
last modified time | relevance | path

Searched defs:topScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dresolve-directives.cpp122 AccAttributeVisitor(SemanticsContext & context,Scope * topScope) AccAttributeVisitor() argument
2472 ResolveAccParts(SemanticsContext & context,const parser::ProgramUnit & node,Scope * topScope) ResolveAccParts() argument
H A Dmod-file.cpp1495 Scope &topScope{isIntrinsic.value_or(false) ? context_.intrinsicModulesScope() Read() local
H A Dresolve-names.cpp1560 Scope &topScope() const { return topScope_; } topScope() function in Fortran::semantics::ResolveNamesVisitor