Home | History | Annotate | Download | only in Sema

Lines Matching refs:RExpr

1428   Expr *RExpr = Receiver->IgnoreParenImpCasts();
1429 SourceLocation Loc = RExpr->getLocStart();
1430 QualType T = RExpr->getType();
1433 if (PseudoObjectExpr *POE = dyn_cast<PseudoObjectExpr>(RExpr)) {
1434 RExpr = POE->getSyntacticForm();
1435 if (ObjCPropertyRefExpr *PRE = dyn_cast<ObjCPropertyRefExpr>(RExpr)) {
1450 else if (ObjCMessageExpr *ME = dyn_cast<ObjCMessageExpr>(RExpr)) {