mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Remove UnqualifiedLookupFlags::KnownPrivate
This commit is contained in:
@@ -7291,8 +7291,7 @@ ConstraintSystem::SolutionKind ConstraintSystem::simplifyMemberConstraint(
|
||||
DeclNameRef(param->getName()),
|
||||
paramDecl->getDeclContext()->getParentSourceFile(),
|
||||
SourceLoc(),
|
||||
UnqualifiedLookupFlags::KnownPrivate |
|
||||
UnqualifiedLookupFlags::TypeLookup);
|
||||
UnqualifiedLookupFlags::TypeLookup);
|
||||
auto lookup = evaluateOrDefault(
|
||||
Context.evaluator, UnqualifiedLookupRequest{descriptor}, {});
|
||||
for (auto &result : lookup) {
|
||||
|
||||
Reference in New Issue
Block a user