Lines Matching refs:PropsTy
67 typedef SmallVector<PropData, 2> PropsTy; typedef in __anoncb9639ad0111::PropertiesRewriter
68 typedef std::map<SourceLocation, PropsTy> AtPropDeclsTy;
85 PropsTy &props = AtProps[Loc]; in collectProperties()
120 PropsTy &props = findAtLoc->second; in doTransform()
121 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in doTransform()
133 PropsTy &props = I->second; in doTransform()
146 PropsTy &props, SourceLocation atLoc, in doPropAction()
149 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in doPropAction()
169 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { in rewriteProperty()
198 void removeAssignForDefaultStrong(PropsTy &props, in removeAssignForDefaultStrong()
204 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in removeAssignForDefaultStrong()
213 void rewriteAssign(PropsTy &props, SourceLocation atLoc) const { in rewriteAssign()
224 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in rewriteAssign()
242 void maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, in maybeAddWeakOrUnsafeUnretainedAttr()
252 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in maybeAddWeakOrUnsafeUnretainedAttr()
306 bool hasIvarAssignedAPlusOneObject(PropsTy &props) const { in hasIvarAssignedAPlusOneObject()
307 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in hasIvarAssignedAPlusOneObject()
317 bool hasIvarWithExplicitARCOwnership(PropsTy &props) const { in hasIvarWithExplicitARCOwnership()
321 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { in hasIvarWithExplicitARCOwnership()
335 bool hasGCWeak(PropsTy &props, SourceLocation atLoc) const { in hasGCWeak()
347 QualType getPropertyType(PropsTy &props) const { in getPropertyType()
352 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in getPropertyType()
359 ObjCPropertyAttribute::Kind getPropertyAttrs(PropsTy &props) const { in getPropertyAttrs()
365 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) in getPropertyAttrs()