Searched refs:addPropertyMethod (Results 1 – 1 of 1) sorted by relevance
297 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local308 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()309 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()1142 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local1150 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1151 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()