Home | History | Annotate | Download | only in AST

Lines Matching full:evalexpr

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