Home | History | Annotate | Download | only in Rewrite

Lines Matching full:cexpr

3824   else if (const ConditionalOperator *CEXPR = 
3826 Expr *LHSExp = CEXPR->getLHS();
3828 Expr *RHSExp = CEXPR->getRHS();
3830 Expr *CONDExp = CEXPR->getCond();