mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
This type wraps a DeclName, indicating that it is a reference to a declaration that exists somewhere else and it requires slightly “fuzzy” comparison (i.e. if it’s not compound, only the base names should be compared). DeclName::matchesRef() and MemberLookupTable::find() both now take a DeclNameRef instead of a DeclName. This commit temporarily allows implicit conversion from DeclName; I’ll flip the switch on that in a later commit.
7.8 KiB
7.8 KiB