Searched refs:ExceptionObjectTy (Results 1 – 1 of 1) sorted by relevance
892 QualType ExceptionObjectTy = Context.getExceptionObjectType(Ex->getType()); in BuildCXXThrow() local893 if (CheckCXXThrowOperand(OpLoc, ExceptionObjectTy, Ex)) in BuildCXXThrow()897 InitializedEntity::InitializeException(OpLoc, ExceptionObjectTy); in BuildCXXThrow()963 QualType ExceptionObjectTy, Expr *E) { in CheckCXXThrowOperand() argument966 QualType Ty = ExceptionObjectTy; in CheckCXXThrowOperand()984 if (RequireNonAbstractType(ThrowLoc, ExceptionObjectTy, in CheckCXXThrowOperand()