Searched refs:AtProps (Results 1 – 2 of 2) sorted by relevance
69 AtPropDeclsTy AtProps; member in __anon171863340111::PropertiesRewriter76 static void collectProperties(ObjCContainerDecl *D, AtPropDeclsTy &AtProps, in collectProperties() argument85 PropsTy &props = AtProps[Loc]; in collectProperties()96 collectProperties(iface, AtProps); in doTransform()100 collectProperties(Ext, AtProps); in doTransform()116 AtPropDeclsTy::iterator findAtLoc = AtProps.find(propD->getAtLoc()); in doTransform()117 if (findAtLoc == AtProps.end()) in doTransform()131 I = AtProps.begin(), E = AtProps.end(); I != E; ++I) { in doTransform()
299 llvm::DenseMap<SourceLocation, IndivPropsTy> AtProps; in checkAllProps() local309 AtProps[AtLoc].push_back(PD); in checkAllProps()313 for (auto I = AtProps.begin(), E = AtProps.end(); I != E; ++I) { in checkAllProps()