Home
last modified time | relevance | path

Searched refs:IndivPropsTy (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/ARCMigrate/
DTransGCAttrs.cpp217 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; typedef
221 IndivPropsTy &IndProps) { in checkAllAtProps()
225 for (IndivPropsTy::iterator in checkAllAtProps()
235 for (IndivPropsTy::iterator in checkAllAtProps()
298 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; in checkAllProps() typedef
299 llvm::DenseMap<SourceLocation, IndivPropsTy> AtProps; in checkAllProps()
315 IndivPropsTy &IndProps = I->second; in checkAllProps()