Searched refs:typeScope (Results 1 – 4 of 4) sorted by relevance
228 const Scope &typeScope{DEREF(typeSymbol_.scope())}; in Instantiate() local230 scope_ = &typeScope; in Instantiate()231 for (auto &pair : typeScope) { in Instantiate()261 if (typeScope.find(symbol.name()) != typeScope.end()) { in Instantiate()300 newScope.AddSourceRange(typeScope.sourceRange()); in Instantiate()302 InstantiateHelper{context, newScope}.InstantiateComponents(typeScope); in Instantiate()
282 auto &typeScope{*typeSymbol.scope()}; in PutDerivedType() local295 bool contains{PutSymbols(typeScope)}; in PutDerivedType()
1626 if (const Scope * typeScope{ultimate.scope()}) { in CheckGenericOps() local1627 for (const auto &pair2 : *typeScope) { in CheckGenericOps()
4186 const Scope *typeScope{spec ? spec->scope() : nullptr}; in Pre() local4187 if (!typeScope) { in Pre()4202 FindInTypeOrParents(*typeScope, kw->v); in Pre()