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:
@@ -7752,7 +7752,7 @@ static void finishTypeWitnesses(
|
||||
NL_OnlyTypes |
|
||||
NL_ProtocolMembers);
|
||||
|
||||
dc->lookupQualified(nominal, assocType->getFullName(), options,
|
||||
dc->lookupQualified(nominal, DeclNameRef_(assocType->getFullName()), options,
|
||||
lookupResults);
|
||||
for (auto member : lookupResults) {
|
||||
auto typeDecl = cast<TypeDecl>(member);
|
||||
|
||||
Reference in New Issue
Block a user