Searched refs:GetterType (Results 1 – 4 of 4) sorted by relevance
630 alias int GetterType() @property;632 static assert(is( FunctionTypeOf!propGet == GetterType ));637 static assert(is( FunctionTypeOf!(Prop.prop) == GetterType ));638 static assert(is( FunctionTypeOf!(prop.prop) == GetterType ));
1715 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local1718 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch()1724 (getterObjCPtr = GetterType->getAs<ObjCObjectPointerType>())) in DiagnosePropertyAccessorMismatch()1726 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType) in DiagnosePropertyAccessorMismatch()1730 << GetterMethod->getSelector() << GetterType; in DiagnosePropertyAccessorMismatch()1736 QualType rhsType =Context.getCanonicalType(GetterType).getUnqualifiedType(); in DiagnosePropertyAccessorMismatch()
2088 alias int GetterType() @property;2090 static assert(is( FunctionTypeOf!propGet == GetterType ));2095 static assert(is( FunctionTypeOf!(Prop.prop) == GetterType ));2096 static assert(is( FunctionTypeOf!(prop.prop) == GetterType ));
2270 alias int GetterType() @property;2272 static assert(is( FunctionTypeOf!propGet == GetterType ));2277 static assert(is( FunctionTypeOf!(Prop.prop) == GetterType ));2278 static assert(is( FunctionTypeOf!(prop.prop) == GetterType ));