Searched refs:getBugType (Results 1 – 7 of 7) sorted by relevance
159 const BugType& getBugType() const { return BT; } in getBugType() function160 BugType& getBugType() { return BT; } in getBugType() function
711 StringRef getBugType() const { return BugType; } in getBugType() function
311 if (X.getBugType() != Y.getBugType()) in compare()312 return X.getBugType() < Y.getBugType(); in compare()
1956 BugType& BT = R->getBugType(); in EmitReport()1991 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()2102 BugType& BT = exampleReport->getBugType(); in FlushReport()2106 exampleReport->getBugType().getName(), in FlushReport()
216 StringRef BugType = D.getBugType(); in ReportDiag()
450 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
1807 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()