Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp2164 template <typename T> static T &GetInclusiveScope(T &scope) { in GetInclusiveScope() function
2181 Scope &ScopeHandler::InclusiveScope() { return GetInclusiveScope(currScope()); } in InclusiveScope()
2440 scope = &GetInclusiveScope(*scope); in GetImplicitType()