Searched refs:PropsTy (Results 1 – 1 of 1) sorted by relevance
67 typedef SmallVector<PropData, 2> PropsTy; typedef in __anon43bf37f20111::PropertiesRewriter68 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()[all …]