@@ -4442,8 +4442,7 @@ class ConstraintSystem {
44424442 // / determine the reference type of the member reference.
44434443 Type getMemberReferenceTypeFromOpenedType (
44444444 Type &openedType, Type baseObjTy, ValueDecl *value, DeclContext *outerDC,
4445- ConstraintLocator *locator, bool hasAppliedSelf,
4446- bool isStaticMemberRefOnProtocol, bool isDynamicResult,
4445+ ConstraintLocator *locator, bool hasAppliedSelf, bool isDynamicLookup,
44474446 OpenedTypeMap &replacements);
44484447
44494448 // / Retrieve the type of a reference to the given value declaration,
@@ -4453,16 +4452,14 @@ class ConstraintSystem {
44534452 // / this routine "opens up" the type by replacing each instance of a generic
44544453 // / parameter with a fresh type variable.
44554454 // /
4456- // / \param isDynamicResult Indicates that this declaration was found via
4455+ // / \param isDynamicLookup Indicates that this declaration was found via
44574456 // / dynamic lookup.
44584457 // /
44594458 // / \returns a description of the type of this declaration reference.
44604459 DeclReferenceType getTypeOfMemberReference (
4461- Type baseTy, ValueDecl *decl, DeclContext *useDC,
4462- bool isDynamicResult,
4463- FunctionRefKind functionRefKind,
4464- ConstraintLocator *locator,
4465- OpenedTypeMap *replacements = nullptr );
4460+ Type baseTy, ValueDecl *decl, DeclContext *useDC, bool isDynamicLookup,
4461+ FunctionRefKind functionRefKind, ConstraintLocator *locator,
4462+ OpenedTypeMap *replacements = nullptr );
44664463
44674464 // / Retrieve a list of generic parameter types solver has "opened" (replaced
44684465 // / with a type variable) at the given location.
0 commit comments