Searched refs:PropE (Results 1 – 1 of 1) sorted by relevance
47 static const NamedDecl *getBestPropertyDecl(const ObjCPropertyRefExpr *PropE) { in getBestPropertyDecl() argument48 if (PropE->isExplicitProperty()) in getBestPropertyDecl()49 return PropE->getExplicitProperty(); in getBestPropertyDecl()51 return PropE->getImplicitPropertyGetter(); in getBestPropertyDecl()116 const ObjCPropertyRefExpr *PropE) in WeakObjectProfileTy() argument117 : Base(nullptr, true), Property(getBestPropertyDecl(PropE)) { in WeakObjectProfileTy()119 if (PropE->isObjectReceiver()) { in WeakObjectProfileTy()120 const OpaqueValueExpr *OVE = cast<OpaqueValueExpr>(PropE->getBase()); in WeakObjectProfileTy()123 } else if (PropE->isClassReceiver()) { in WeakObjectProfileTy()124 Base.setPointer(PropE->getClassReceiver()); in WeakObjectProfileTy()[all …]