Searched refs:addPropertyMethod (Results 1 – 1 of 1) sorted by relevance
301 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local312 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()313 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()1159 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local1167 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1168 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()