Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:BaseExpr

2480   Expr *BaseExpr = E->getBase();
2485 llvm::Value *Ptr = EmitScalarExpr(BaseExpr);
2486 QualType PtrTy = BaseExpr->getType()->getPointeeType();
2490 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
2984 Expr *BaseExpr = PseudoDtor->getBase();
2990 BaseValue = EmitScalarExpr(BaseExpr);
2991 const PointerType *PTy = BaseExpr->getType()->getAs<PointerType>();
2994 LValue BaseLV = EmitLValue(BaseExpr);
2996 QualType BaseTy = BaseExpr->getType();
3172 const Expr *BaseExpr = E->getBase();
3176 BaseValue = EmitScalarExpr(BaseExpr);
3177 ObjectTy = BaseExpr->getType()->getPointeeType();
3180 LValue BaseLV = EmitLValue(BaseExpr);
3183 ObjectTy = BaseExpr->getType();