Searched refs:PropType (Results 1 – 2 of 2) sorted by relevance
601 QualType PropType = Context.getCanonicalType(property->getType()); in ActOnPropertyImplDecl() local602 QualType PropertyIvarType = PropType; in ActOnPropertyImplDecl()603 if (PropType->isReferenceType()) in ActOnPropertyImplDecl()604 PropertyIvarType = cast<ReferenceType>(PropType)->getPointeeType(); in ActOnPropertyImplDecl()690 << property->getDeclName() << PropType in ActOnPropertyImplDecl()705 << property->getDeclName() << PropType in ActOnPropertyImplDecl()711 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()719 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1540 QualType PropType = Context.getCanonicalType(property->getType()); in SynthesizeProvisionalIvar() local1543 II, PropType, /*Dinfo=*/0, in SynthesizeProvisionalIvar()