Query All Private Reports in Salesforce

Here is the query to get all private reports in Salesforce.

SELECT Id, Name, Owner.Name FROM Report USING SCOPE allPrivate