Home | History | Annotate | Download | only in AST

Lines Matching refs:ECE

2943     const ExplicitCastExpr *ECE = cast<ExplicitCastExpr>(E);
2945 mangleType(ECE->getType());
2946 mangleExpression(ECE->getSubExpr());