Searched refs:ReportLocationType (Results 1 – 3 of 3) sorted by relevance
67 enum ReportLocationType { enum76 ReportLocationType type;86 static ReportLocation *New(ReportLocationType type);88 explicit ReportLocation(ReportLocationType type);
29 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()33 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
43 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()