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:
@@ -2440,7 +2440,7 @@ namespace {
|
||||
->getNominalOrBoundGenericNominal();
|
||||
auto results = TypeChecker::lookupMember(
|
||||
baseTyNominalDecl->getModuleContext(), baseTyUnwrapped,
|
||||
memberName, defaultMemberLookupOptions);
|
||||
DeclNameRef_(memberName), defaultMemberLookupOptions);
|
||||
|
||||
// Filter out any functions, instance members, enum cases with
|
||||
// associated values or variables whose type does not match the
|
||||
|
||||
Reference in New Issue
Block a user