Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BaseExpr

7629   Expr *BaseExpr = IV->getBase();
7634 BaseExpr = cast<Expr>(RewriteFunctionBodyOrGlobalInitializer(BaseExpr));
7635 IV->setBase(BaseExpr);
7642 if (BaseExpr->getType()->isObjCObjectPointerType()) {
7644 dyn_cast<ObjCInterfaceType>(BaseExpr->getType()->getPointeeType());
7665 BaseExpr);