Searched refs:GetterType (Results 1 – 2 of 2) sorted by relevance
41 template <class GetterType>42 constexpr typename GetterType::ValueType GetValueFromArgListImpl(44 GetterType getter) {50 template <class GetterType,54 decltype(std::declval<GetterType>().GetValueFromArg(56 constexpr typename GetterType::ValueType GetValueFromArgListImpl(58 GetterType getter,68 template <class GetterType, class FirstArgType, class... ArgTypes>69 constexpr typename GetterType::ValueType GetValueFromArgListImpl(71 GetterType getter,[all …]
1495 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local1498 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1504 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()1506 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()1510 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1516 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()