Lines Matching defs:BaseExpr
4736 Expr *BaseExpr = E->getBase();
4742 Address Addr = EmitPointerWithAlignment(BaseExpr, &BaseInfo, &TBAAInfo);
4743 QualType PtrTy = BaseExpr->getType()->getPointeeType();
4745 bool IsBaseCXXThis = IsWrappedCXXThis(BaseExpr);
4748 if (IsBaseCXXThis || isa<DeclRefExpr>(BaseExpr))
4754 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
4764 if ((IsWrappedCXXThis(BaseExpr) &&
5950 const Expr *BaseExpr = E->getBase();
5954 BaseValue = EmitScalarExpr(BaseExpr);
5955 ObjectTy = BaseExpr->getType()->getPointeeType();
5958 LValue BaseLV = EmitLValue(BaseExpr);
5960 ObjectTy = BaseExpr->getType();