Searched refs:PropDecl (Results 1 – 3 of 3) sorted by relevance
61 ObjCPropertyDecl *PropDecl = P->first; in VisitObjCMessageExpr() local62 if (PropDecl->getSetterName() == ME->getSelector()) { in VisitObjCMessageExpr()
1696 for (auto *PropDecl : PDecl->properties()) { in DiagnoseUnimplementedProperties() local1697 if ((*LazyMap)[PropDecl->getIdentifier()]) in DiagnoseUnimplementedProperties()1699 PropMap[PropDecl->getIdentifier()] = PropDecl; in DiagnoseUnimplementedProperties()
6512 ObjCPropertyDecl *PropDecl = Properties[i]; in Write_prop_list_t_initializer() local6517 Result += PropDecl->getName(); Result += "\","; in Write_prop_list_t_initializer()6519 Context->getObjCEncodingForPropertyDecl(PropDecl, Container, PropertyTypeString); in Write_prop_list_t_initializer()