Searched refs:addPropertyMethod (Results 1 – 1 of 1) sorted by relevance
299 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local310 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()311 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()1158 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local1166 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1167 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()