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
162 CXXConstructExpr *Ex2 = dyn_cast<CXXConstructExpr>(Ex1->getSubExpr()); in VisitVarDecl() local163 if (!Ex2 || Ex2->getNumArgs() != 1) in VisitVarDecl()165 ImplicitCastExpr *Ex3 = dyn_cast<ImplicitCastExpr>(Ex2->getArg(0)); in VisitVarDecl()
5531 SMLoc Sx2, Ex2; in parseModImm() local5540 if (getParser().parseExpression(Imm2Exp, Ex2)) { in parseModImm()5551 Operands.push_back(ARMOperand::CreateModImm(Imm1, Imm2, S, Ex2)); in parseModImm()