Home | History | Annotate | Download | only in libclang

Lines Matching refs:Setter

532   if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) {
533 getEntityInfo(Setter, SetterEntity, SA);
534 DInfo.ObjCPropDeclInfo.setter = &SetterEntity;
536 DInfo.ObjCPropDeclInfo.setter = 0;