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:
@@ -115,8 +115,9 @@ bool ASTScript::execute() const {
|
||||
return true;
|
||||
}
|
||||
|
||||
auto descriptor = UnqualifiedLookupDescriptor(ctx.getIdentifier("View"),
|
||||
swiftUI);
|
||||
auto descriptor =
|
||||
UnqualifiedLookupDescriptor(DeclNameRef_(ctx.getIdentifier("View")),
|
||||
swiftUI);
|
||||
auto viewLookup = evaluateOrDefault(ctx.evaluator,
|
||||
UnqualifiedLookupRequest{descriptor}, {});
|
||||
auto viewProtocol =
|
||||
|
||||
Reference in New Issue
Block a user