Searched refs:addPropertyMethod (Results 1 – 1 of 1) sorted by relevance
306 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local317 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()318 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()1119 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in PushProperty() local1127 addPropertyMethod(property->getGetterMethodDecl()); in PushProperty()1128 addPropertyMethod(property->getSetterMethodDecl()); in PushProperty()3397 auto addPropertyMethod = [&](const ObjCMethodDecl *accessor) { in GenerateClass() local3401 addPropertyMethod(property->getGetterMethodDecl()); in GenerateClass()3402 addPropertyMethod(property->getSetterMethodDecl()); in GenerateClass()