Searched refs:PropType (Results 1 – 2 of 2) sorted by relevance
1212 QualType PropType = property->getType(); in ActOnPropertyImplDecl() local1213 QualType PropertyIvarType = PropType.getNonReferenceType(); in ActOnPropertyImplDecl()1376 << property->getDeclName() << PropType in ActOnPropertyImplDecl()1391 << property->getDeclName() << PropType in ActOnPropertyImplDecl()1398 if ((PropType.isObjCGCWeak() && !IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()1407 PropType.isObjCGCStrong()) && IvarType.isObjCGCWeak() && in ActOnPropertyImplDecl()
1368 auto PropType = Property->getType(); in getFragmentsForObjCProperty() local1371 .append(getFragmentsForType(PropType, Property->getASTContext(), After)) in getFragmentsForObjCProperty()