mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Thread DeclNameRef through most of the compiler
This huge commit contains as many of the mechanical changes as possible.
This commit is contained in:
@@ -1886,7 +1886,7 @@ TypeDecl *EquivalenceClass::lookupNestedType(
|
||||
if (decl) {
|
||||
SmallVector<ValueDecl *, 2> foundMembers;
|
||||
decl->getParentModule()->lookupQualified(
|
||||
decl, name,
|
||||
decl, DeclNameRef_(name),
|
||||
NL_QualifiedDefault | NL_OnlyTypes | NL_ProtocolMembers,
|
||||
foundMembers);
|
||||
for (auto member : foundMembers) {
|
||||
|
||||
Reference in New Issue
Block a user