Home | History | Annotate | Download | only in libclang

Lines Matching refs:Setter

618   if (ObjCMethodDecl *Setter = D->getSetterMethodDecl()) {
619 getEntityInfo(Setter, SetterEntity, SA);
620 DInfo.ObjCPropDeclInfo.setter = &SetterEntity;
622 DInfo.ObjCPropDeclInfo.setter = 0;