Lines Matching defs:AllProps
29 std::vector<ObjCPropertyDecl *> &AllProps;
34 std::vector<ObjCPropertyDecl *> &AllProps)
36 AllProps(AllProps) { }
53 AllProps.push_back(PropD);
297 std::vector<ObjCPropertyDecl *> &AllProps) {
301 for (unsigned i = 0, e = AllProps.size(); i != e; ++i) {
302 ObjCPropertyDecl *PD = AllProps[i];
321 std::vector<ObjCPropertyDecl *> AllProps;
322 GCAttrsCollector(MigrateCtx, AllProps).TraverseDecl(
326 checkAllProps(MigrateCtx, AllProps);