Searched refs:getBugType (Results 1 – 7 of 7) sorted by relevance
177 const BugType& getBugType() const { return BT; } in getBugType() function178 BugType& getBugType() { return BT; } in getBugType() function
794 StringRef getBugType() const { return BugType; } in getBugType() function
385 if (X.getBugType() != Y.getBugType()) in compare()386 return X.getBugType() < Y.getBugType(); in compare()
389 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
234 StringRef BugType = D.getBugType(); in ReportDiag()
3274 BugType& BT = R->getBugType(); in emitReport()3309 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()3418 BugType& BT = exampleReport->getBugType(); in FlushReport()3421 exampleReport->getBugType().getCheckName(), in FlushReport()3422 exampleReport->getDeclWithIssue(), exampleReport->getBugType().getName(), in FlushReport()
1766 const CFRefBug& BugTy = static_cast<CFRefBug&>(getBugType()); in getRanges()