Home
last modified time | relevance | path

Searched refs:GetterType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d630 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 ));
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1715 QualType GetterType = GetterMethod->getReturnType().getNonReferenceType(); in DiagnosePropertyAccessorMismatch() local
1718 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()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d2088 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 ));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d2270 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 ));