Home | History | Annotate | Download | only in Sema

Lines Matching refs:RExpr

1327   Expr *RExpr = Receiver->IgnoreParenImpCasts();
1328 SourceLocation Loc = RExpr->getLocStart();
1329 QualType T = RExpr->getType();
1332 if (PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(RExpr)) {
1333 RExpr = POE->getSyntacticForm();
1334 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(RExpr)) {
1349 else if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(RExpr)) {