Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/
H A DTransProperties.cpp69 AtPropDeclsTy AtProps; member in __anon171863340111::PropertiesRewriter
76 static void collectProperties(ObjCContainerDecl *D, AtPropDeclsTy &AtProps, in collectProperties() argument
85 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()
H A DTransGCAttrs.cpp299 llvm::DenseMap<SourceLocation, IndivPropsTy> AtProps; in checkAllProps() local
309 AtProps[AtLoc].push_back(PD); in checkAllProps()
313 for (auto I = AtProps.begin(), E = AtProps.end(); I != E; ++I) { in checkAllProps()