Home | History | Annotate | Download | only in AST

Lines Matching defs:TE

2394   //                   ::= Te <name> # dependent elaborated type specifier using
2408 Out << "Te";
2893 const CXXThrowExpr *TE = cast<CXXThrowExpr>(E);
2896 if (TE->getSubExpr()) {
2898 mangleExpression(TE->getSubExpr());
2908 // ::= te <expression> # typeid (expression)
2913 Out << "te";