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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp929 QualType PropertyIvarType = PropType.getNonReferenceType(); local
931 if (RequireCompleteType(PropertyDiagLoc, PropertyIvarType,
941 PropertyIvarType->isObjCRetainableType()) {
952 if (PropertyIvarType.isObjCGCStrong()) {
956 PropertyIvarType =
957 Context.getObjCGCQualType(PropertyIvarType, Qualifiers::Weak);
983 !PropertyIvarType.getObjCLifetime() &&
984 PropertyIvarType->isObjCRetainableType()) {
995 getImpliedARCOwnership(kind, PropertyIvarType);
1000 PropertyIvarType
1383 QualType PropertyIvarType = property->getType().getNonReferenceType(); local
[all...]

Completed in 76 milliseconds