Home
last modified time | relevance | path

Searched refs:AtProps (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProperties.cpp69 AtPropDeclsTy AtProps; member in __anonbc801ac50111::PropertiesRewriter
76 static void collectProperties(ObjCContainerDecl *D, AtPropDeclsTy &AtProps, in collectProperties() argument
87 PropsTy &props = AtProps[RawLoc]; in collectProperties()
98 collectProperties(iface, AtProps); in doTransform()
115 AtPropDeclsTy::iterator findAtLoc = AtProps.find(rawAtLoc); in doTransform()
116 if (findAtLoc == AtProps.end()) in doTransform()
130 I = AtProps.begin(), E = AtProps.end(); I != E; ++I) { in doTransform()
148 collectProperties(*ext, AtExtProps, &AtProps); in doTransform()
DTransGCAttrs.cpp306 llvm::DenseMap<unsigned, IndivPropsTy> AtProps; in checkAllProps() local
317 AtProps[RawAt].push_back(PD); in checkAllProps()
322 I = AtProps.begin(), E = AtProps.end(); I != E; ++I) { in checkAllProps()