Home | History | Annotate | Download | only in AST

Lines Matching refs:TE

2662     const CXXThrowExpr *TE = cast<CXXThrowExpr>(E);
2665 if (TE->getSubExpr()) {
2667 mangleExpression(TE->getSubExpr());
2682 Out << "te";