We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c15aad commit 3372b71Copy full SHA for 3372b71
lib/Sema/TypeChecker.h
@@ -190,9 +190,6 @@ enum class NameLookupFlags {
190
KnownPrivate = 0x01,
191
/// Whether name lookup should be able to find protocol members.
192
ProtocolMembers = 0x02,
193
- /// Whether to perform 'dynamic' name lookup that finds @objc
194
- /// members of any class or protocol.
195
- DynamicLookup = 0x08,
196
/// Whether to ignore access control for this lookup, allowing inaccessible
197
/// results to be returned.
198
IgnoreAccessControl = 0x10,
0 commit comments