Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:ECE

2040     if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E)) {
2041 Loc = ECE->getLParenLoc();
2042 EndLoc = ECE->getRParenLoc();
2163 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
2164 startLoc = ECE->getLParenLoc();
4850 if (const CStyleCastExpr *ECE = dyn_cast<CStyleCastExpr>(E))
4851 startLoc = ECE->getLParenLoc();