Searched refs:ReportLocationType (Results 1 – 3 of 3) sorted by relevance
65 enum ReportLocationType { enum74 ReportLocationType type;83 static ReportLocation *New(ReportLocationType type);85 explicit ReportLocation(ReportLocationType type);
29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()33 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
38 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()