Searched refs:RightRefType (Results 1 – 1 of 1) sorted by relevance
23 if (const auto *RightRefType = Right->getAs<ReferenceType>()) in areTypesCompatible() local24 Right = RightRefType->getPointeeType(); in areTypesCompatible()