Home | History | Annotate | Download | only in AST

Lines Matching defs:TE

2430   //                   ::= Te <name> # dependent elaborated type specifier using
2444 Out << "Te";
3031 const CXXThrowExpr *TE = cast<CXXThrowExpr>(E);
3034 if (TE->getSubExpr()) {
3036 mangleExpression(TE->getSubExpr());
3046 // ::= te <expression> # typeid (expression)
3051 Out << "te";