Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dtype.cpp228 const Scope &typeScope{DEREF(typeSymbol_.scope())}; in Instantiate() local
230 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()
Dmod-file.cpp282 auto &typeScope{*typeSymbol.scope()}; in PutDerivedType() local
295 bool contains{PutSymbols(typeScope)}; in PutDerivedType()
Dcheck-declarations.cpp1626 if (const Scope * typeScope{ultimate.scope()}) { in CheckGenericOps() local
1627 for (const auto &pair2 : *typeScope) { in CheckGenericOps()
Dresolve-names.cpp4186 const Scope *typeScope{spec ? spec->scope() : nullptr}; in Pre() local
4187 if (!typeScope) { in Pre()
4202 FindInTypeOrParents(*typeScope, kw->v); in Pre()