Searched refs:PropertyRValueType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1496 QualType PropertyRValueType = local
1498 bool compat = Context.hasSameType(PropertyRValueType, GetterType);
1503 PropertyRValueType->getAs<ObjCObjectPointerType>()) &&
1506 else if (CheckAssignmentConstraints(Loc, GetterType, PropertyRValueType)
1509 << property->getDeclName() << PropertyRValueType
1515 QualType lhsType = Context.getCanonicalType(PropertyRValueType);

Completed in 3729 milliseconds