Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseExpr

2424   Expr *BaseExpr = E->getBase();
2429 llvm::Value *Ptr = EmitScalarExpr(BaseExpr);
2430 QualType PtrTy = BaseExpr->getType()->getPointeeType();
2434 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
2897 Expr *BaseExpr = PseudoDtor->getBase();
2903 BaseValue = EmitScalarExpr(BaseExpr);
2904 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>();
2907 LValue BaseLV = EmitLValue(BaseExpr);
2909 QualType BaseTy = BaseExpr->getType();
3084 const Expr *BaseExpr = E->getBase();
3088 BaseValue = EmitScalarExpr(BaseExpr);
3089 ObjectTy = BaseExpr->getType()->getPointeeType();
3092 LValue BaseLV = EmitLValue(BaseExpr);
3095 ObjectTy = BaseExpr->getType();