Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BaseExpr

333   const Expr *BaseExpr = BO->getLHS();
351 This = EmitScalarExpr(BaseExpr);
353 This = EmitLValue(BaseExpr).getAddress();