Searched refs:AtPropDeclsTy (Results 1 – 1 of 1) sorted by relevance
68 typedef std::map<SourceLocation, PropsTy> AtPropDeclsTy; typedef in __anon43bf37f20111::PropertiesRewriter69 AtPropDeclsTy AtProps;76 static void collectProperties(ObjCContainerDecl *D, AtPropDeclsTy &AtProps, in collectProperties()77 AtPropDeclsTy *PrevAtProps = nullptr) { in collectProperties()116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()130 for (AtPropDeclsTy::iterator in doTransform()