Searched refs:OPRE (Results 1 – 2 of 2) sorted by relevance
1116 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument1117 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()1119 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()1121 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()1125 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()1128 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()1129 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()1130 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
297 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);