Searched refs:OPRE (Results 1 – 4 of 4) sorted by relevance
498 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in add()499 if (OPRE->isExplicitProperty()) in add()500 Outer.add(OPRE->getExplicitProperty(), Flags); in add()502 if (OPRE->isMessagingGetter()) in add()503 Outer.add(OPRE->getImplicitPropertyGetter(), Flags); in add()504 if (OPRE->isMessagingSetter()) in add()505 Outer.add(OPRE->getImplicitPropertySetter(), Flags); in add()
1115 void JSONNodeDumper::VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE) { in VisitObjCPropertyRefExpr() argument1116 if (OPRE->isImplicitProperty()) { in VisitObjCPropertyRefExpr()1118 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertyGetter()) in VisitObjCPropertyRefExpr()1120 if (const ObjCMethodDecl *MD = OPRE->getImplicitPropertySetter()) in VisitObjCPropertyRefExpr()1124 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()1127 attributeOnlyIfTrue("isSuperReceiver", OPRE->isSuperReceiver()); in VisitObjCPropertyRefExpr()1128 attributeOnlyIfTrue("isMessagingGetter", OPRE->isMessagingGetter()); in VisitObjCPropertyRefExpr()1129 attributeOnlyIfTrue("isMessagingSetter", OPRE->isMessagingSetter()); in VisitObjCPropertyRefExpr()
297 void VisitObjCPropertyRefExpr(const ObjCPropertyRefExpr *OPRE);
40098 OPREŠNIK ANKICA