[NFC] Take DeclNameRef in UnqualifiedLookup and lookupQualified()

This commit is contained in:
Brent Royal-Gordon
2019-12-10 19:46:10 -08:00
parent 9a57554bdf
commit da88512eda
25 changed files with 64 additions and 68 deletions

View File

@@ -550,7 +550,7 @@ void SILGenFunction::emitArtificialTopLevel(ClassDecl *mainClass) {
assert(UIKit && "couldn't find UIKit objc module?!");
SmallVector<ValueDecl *, 1> results;
UIKit->lookupQualified(UIKit,
ctx.getIdentifier("UIApplicationMain"),
DeclNameRef_(ctx.getIdentifier("UIApplicationMain")),
NL_QualifiedDefault,
results);
assert(results.size() == 1