Searched refs:ReportStyleOptions (Results 1 – 2 of 2) sorted by relevance
42 enum ReportStyleOptions { human_output, csv_output }; enum43 static cl::opt<ReportStyleOptions> ReportStyle(45 cl::init(ReportStyleOptions::human_output),
30 enum ReportStyleOptions { human_output, json_output }; enum42 static cl::opt<ReportStyleOptions> ReportStyle(44 cl::init(ReportStyleOptions::human_output),