Searched refs:PropE (Results 1 – 1 of 1) sorted by relevance
63 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl() argument64 if (PropE->isExplicitProperty()) in getBestPropertyDecl()65 return PropE->getExplicitProperty(); in getBestPropertyDecl()67 return PropE->getImplicitPropertyGetter(); in getBestPropertyDecl()119 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy() argument120 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) { in WeakObjectProfileTy()122 if (PropE->isObjectReceiver()) { in WeakObjectProfileTy()123 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase()); in WeakObjectProfileTy()126 } else if (PropE->isClassReceiver()) { in WeakObjectProfileTy()127 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()[all …]