Home | History | Annotate | Download | only in AST

Lines Matching full:ece

2743     const ExplicitCastExpr *ECE = cast<ExplicitCastExpr>(E);
2745 mangleType(ECE->getType());
2746 mangleExpression(ECE->getSubExpr());