Lines Matching refs:PRE
501 const ObjCPropertyRefExpr *PRE) {
502 if (PRE->isObjectReceiver()) {
504 PRE->getBase()->getType()->castAs<ObjCObjectPointerType>();
508 S.isSelfExpr(const_cast<Expr*>(PRE->getBase()))) {
521 if (PRE->isSuperReceiver()) {
523 PRE->getSuperReceiverType()->getAs<ObjCObjectPointerType>())
526 return S.LookupMethodInObjectType(sel, PRE->getSuperReceiverType(), false);
529 assert(PRE->isClassReceiver() && "Invalid expression");
530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());