Searched refs:Ex1 (Results 1 – 3 of 3) sorted by relevance
4 class Ex1: public BaseEx {}; class5 typedef Ex1 Ex2;12 catch (Ex1 &e) { f(); } // expected-note {{for type class Ex1 &}}
49 namespace Ex1 { namespace
157 ExprWithCleanups *Ex1 = dyn_cast<ExprWithCleanups>(Init); in VisitVarDecl() local158 if (!Ex1) in VisitVarDecl()160 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl()