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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp824 QualType PropertyIvarType = PropType.getNonReferenceType(); local
826 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType,
836 PropertyIvarType->isObjCRetainableType()) {
847 if (PropertyIvarType.isObjCGCStrong()) {
851 PropertyIvarType =
852 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak);
878 !PropertyIvarType.getObjCLifetime() &&
879 PropertyIvarType->isObjCRetainableType()) {
890 getImpliedARCOwnership(kind, PropertyIvarType);
895 PropertyIvarType
1229 QualType PropertyIvarType = property->getType().getNonReferenceType(); local
[all...]

Completed in 122 milliseconds