Searched refs:OPRE (Results 1 – 2 of 2) sorted by relevance
1303 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument1304 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()1306 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()1308 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()1312 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()1315 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()1316 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()1317 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
325 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);