mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This function used to perform an unqualified lookup without a source location, to either find top-level members or members of a type. Since this form of unqualified lookup is no longer supported, let's instead explicitly call lookupInModule() or lookupQualified(), depending on whether we're looking inside a type or not.
83 KiB
83 KiB