Searched defs:BugReport (Results 1 – 3 of 3) sorted by relevance
26 class BugReport; variable
136 BugReport(Kind kind, const BugType &bt, StringRef desc) in BugReport() function 139 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport() function [all...]
23 class BugReport(object): class