Searched refs:PropE (Results 1 – 1 of 1) sorted by relevance
62 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl() argument63 if (PropE->isExplicitProperty()) in getBestPropertyDecl()64 return PropE->getExplicitProperty(); in getBestPropertyDecl()66 return PropE->getImplicitPropertyGetter(); in getBestPropertyDecl()118 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy() argument119 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) { in WeakObjectProfileTy()121 if (PropE->isObjectReceiver()) { in WeakObjectProfileTy()122 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase()); in WeakObjectProfileTy()125 } else if (PropE->isClassReceiver()) { in WeakObjectProfileTy()126 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()[all …]