Searched defs:IndivPropsTy (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp225 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; typedef
229 IndivPropsTy &IndProps) {
233 for (IndivPropsTy::iterator
244 for (IndivPropsTy::iterator
305 typedef llvm::TinyPtrVector<ObjCPropertyDecl *> IndivPropsTy; typedef
306 llvm::DenseMap<unsigned, IndivPropsTy> AtProps;
321 for (llvm::DenseMap<unsigned, IndivPropsTy>::iterator
324 IndivPropsTy &IndProps = I->second;

Completed in 60 milliseconds