Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseExpr

1774   Expr *BaseExpr = E->getBase();
1780 BaseValue = EmitScalarExpr(BaseExpr);
1782 BaseExpr->getType()->getAs<PointerType>();
1785 LValue BaseLV = EmitLValue(BaseExpr);
1790 QualType BaseTy = BaseExpr->getType();
2216 Expr *BaseExpr = PseudoDtor->getBase();
2222 BaseValue = EmitScalarExpr(BaseExpr);
2223 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>();
2226 LValue BaseLV = EmitLValue(BaseExpr);
2228 QualType BaseTy = BaseExpr->getType();
2384 const Expr *BaseExpr = E->getBase();
2388 BaseValue = EmitScalarExpr(BaseExpr);
2389 ObjectTy = BaseExpr->getType()->getPointeeType();
2392 LValue BaseLV = EmitLValue(BaseExpr);
2395 ObjectTy = BaseExpr->getType();