Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:ExprTy

262     QualType ExprTy = cast<Expr>(LastStmt)->getType();
263 if (hasAggregateEvaluationKind(ExprTy)) {
269 RetAlloca = CreateMemTemp(ExprTy);