Searched refs:Ex2 (Results 1 – 3 of 3) sorted by relevance
5 typedef Ex1 Ex2; typedef13 catch (Ex2 &e) { f(); } // expected-warning {{exception of type Ex2 & will be caught by earlier han…
59 namespace Ex2 { namespace
161 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl() local162 if (!Ex2 || Ex2->getNumArgs() != 1) in VisitVarDecl()164 ImplicitCastExpr *Ex3 = dyn_cast<ImplicitCastExpr>(Ex2->getArg(0)); in VisitVarDecl()