Home | History | Annotate | Download | only in Sema

Lines Matching defs:ER

4375   ExprResult ER = CheckPlaceholderExpr(E);
4376 if (ER.isInvalid()) return QualType();
4377 E = ER.take();
4449 ExprResult ER = CheckPlaceholderExpr(E);
4450 if (ER.isInvalid()) return QualType();
4451 E = ER.take();