Home | History | Annotate | Download | only in AST

Lines Matching full:evalexpr

4199     Expr *EvalExpr = BoolResult ? E->getTrueExpr() : E->getFalseExpr();
4200 return StmtVisitorTy::Visit(EvalExpr);