Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DTransGCAttrs.cpp220 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; typedef
224 IndivPropsTy &IndProps) { in checkAllAtProps()
228 for (IndivPropsTy::iterator in checkAllAtProps()
239 for (IndivPropsTy::iterator in checkAllAtProps()
301 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; in checkAllProps() typedef
302 llvm::DenseMap<unsigned, IndivPropsTy> AtProps; in checkAllProps()
317 for (llvm::DenseMap<unsigned, IndivPropsTy>::iterator in checkAllProps()
320 IndivPropsTy &IndProps = I->second; in checkAllProps()