reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
68 typedef std::map<unsigned, PropsTy> AtPropDeclsTy; 85 PropsTy &props = AtProps[RawLoc]; 121 PropsTy &props = findAtLoc->second; 122 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { 134 PropsTy &props = I->second; 147 PropsTy &props, SourceLocation atLoc, 150 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) 170 void rewriteProperty(PropsTy &props, SourceLocation atLoc) { 199 void removeAssignForDefaultStrong(PropsTy &props, 205 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { 214 void rewriteAssign(PropsTy &props, SourceLocation atLoc) const { 225 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { 243 void maybeAddWeakOrUnsafeUnretainedAttr(PropsTy &props, 253 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { 304 bool hasIvarAssignedAPlusOneObject(PropsTy &props) const { 305 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { 315 bool hasIvarWithExplicitARCOwnership(PropsTy &props) const { 319 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) { 333 bool hasGCWeak(PropsTy &props, SourceLocation atLoc) const { 345 QualType getPropertyType(PropsTy &props) const { 350 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I) 358 getPropertyAttrs(PropsTy &props) const { 364 for (PropsTy::iterator I = props.begin(), E = props.end(); I != E; ++I)