Searched refs:Ex2 (Results 1 – 4 of 4) sorted by relevance
5 typedef Ex1 Ex2; typedef13 catch (Ex2 &e) { f(); } // expected-warning {{exception of type 'Ex2 &' (aka 'Ex1 &') will be caugh…
62 namespace Ex2 { namespace
164 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl() local165 if (!Ex2 || Ex2->getNumArgs() != 1) in VisitVarDecl()167 ImplicitCastExpr *Ex3 = dyn_cast<ImplicitCastExpr>(Ex2->getArg(0)); in VisitVarDecl()
4394 SMLoc Sx2, Ex2; in parseModImm() local4403 if (getParser().parseExpression(Imm2Exp, Ex2)) { in parseModImm()4414 Operands.push_back(ARMOperand::CreateModImm(Imm1, Imm2, S, Ex2)); in parseModImm()