Searched refs:PropType (Results 1 – 2 of 2) sorted by relevance
1194 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local1195 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()1357 << property->getDeclName() << PropType in ActOnPropertyImplDecl()1372 << property->getDeclName() << PropType in ActOnPropertyImplDecl()1379 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()1388 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1531 auto PropType = Property->getType(); in getFragmentsForObjCProperty() local1534 .append(getFragmentsForType(PropType, Property->getASTContext(), After)) in getFragmentsForObjCProperty()