Searched defs:parentScope (Results 1 – 8 of 8) sorted by relevance
372 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { in DescribeType() local781 if (const Scope * parentScope{dtScope.GetDerivedTypeParent()}) { in CollectBindings() local
804 Scope *parentScope; // the scope this module/submodule goes into in Read() local
555 const Scope &parentScope{ in GatherLocals() local
968 if (const semantics::Scope * parentScope{scope.GetDerivedTypeParent()}) { in CreateComponent() local1956 if (const auto *parentScope{symbol.owner().GetDerivedTypeParent()}) { in ResolveGeneric() local
440 if (const Scope * parentScope{parentDerived->typeSymbol().scope()}) { in FindOverriddenBinding() local
2456 Scope *parentScope{parentName ? FindModule(*parentName, ancestor) : ancestor}; in BeginSubmodule() local
404 VariableScope& parentScope = *m_variableScopeStack[m_variableScopeStack.size()-2]; in popVariableScope() local
786 Optional<Expression> parentScope = s.map(NodeWithTraversableScope.class::cast) in visit() local