Searched refs:PropE (Results 1 – 1 of 1) sorted by relevance
61 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl() argument62 if (PropE->isExplicitProperty()) in getBestPropertyDecl()63 return PropE->getExplicitProperty(); in getBestPropertyDecl()65 return PropE->getImplicitPropertyGetter(); in getBestPropertyDecl()117 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy() argument118 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) { in WeakObjectProfileTy()120 if (PropE->isObjectReceiver()) { in WeakObjectProfileTy()121 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase()); in WeakObjectProfileTy()124 } else if (PropE->isClassReceiver()) { in WeakObjectProfileTy()125 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()[all …]