Searched refs:ExceptionObjectTy (Results 1 – 1 of 1) sorted by relevance
898 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local899 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow()903 InitializedEntity::InitializeException(OpLoc, ExceptionObjectTy); in BuildCXXThrow()969 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument972 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand()990 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()