Home | History | Annotate | Download | only in Frontend

Lines Matching defs:BaseExpr

7726   Expr *BaseExpr = IV->getBase();
7731 BaseExpr = cast<Expr>(RewriteFunctionBodyOrGlobalInitializer(BaseExpr));
7732 IV->setBase(BaseExpr);
7739 if (BaseExpr->getType()->isObjCObjectPointerType()) {
7741 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType());
7762 BaseExpr);