Searched refs:AllProps (Results 1 – 1 of 1) sorted by relevance
30 std::vector<ObjCPropertyDecl *> &AllProps; member in __anona82292a90111::GCAttrsCollector35 std::vector<ObjCPropertyDecl *> &AllProps) in GCAttrsCollector() argument37 AllProps(AllProps) { } in GCAttrsCollector()54 AllProps.push_back(PropD); in TraverseDecl()300 std::vector<ObjCPropertyDecl *> &AllProps) { in checkAllProps() argument304 for (unsigned i = 0, e = AllProps.size(); i != e; ++i) { in checkAllProps()305 ObjCPropertyDecl *PD = AllProps[i]; in checkAllProps()326 std::vector<ObjCPropertyDecl *> AllProps; in traverseTU() local327 GCAttrsCollector(MigrateCtx, AllProps).TraverseDecl( in traverseTU()331 checkAllProps(MigrateCtx, AllProps); in traverseTU()