Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BaseExpr

7198   Expr *BaseExpr = IV->getBase();
7203 BaseExpr = cast<Expr>(RewriteFunctionBodyOrGlobalInitializer(BaseExpr));
7204 IV->setBase(BaseExpr);
7211 if (BaseExpr->getType()->isObjCObjectPointerType()) {
7213 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType());
7231 BaseExpr);