Searched refs:ExceptionObjectTy (Results 1 – 1 of 1) sorted by relevance
912 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local913 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow()917 InitializedEntity::InitializeException(OpLoc, ExceptionObjectTy); in BuildCXXThrow()983 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument986 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand()1017 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()