Searched refs:LHSTypeRef (Results 1 – 2 of 2) sorted by relevance
7357 if (const ReferenceType *LHSTypeRef = LHSType->getAs<ReferenceType>()) { in CheckAssignmentConstraints() local7358 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints()
9040 if (const ReferenceType *LHSTypeRef = LHSType->getAs<ReferenceType>()) { in CheckAssignmentConstraints() local9041 if (Context.typesAreCompatible(LHSTypeRef->getPointeeType(), RHSType)) { in CheckAssignmentConstraints()