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()1143 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local1151 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1152 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()