Home | History | Annotate | Download | only in Rewrite

Lines Matching full:cexpr

3759   else if (const ConditionalOperator *CEXPR = 
3761 Expr *LHSExp = CEXPR->getLHS();
3763 Expr *RHSExp = CEXPR->getRHS();
3765 Expr *CONDExp = CEXPR->getCond();