Home
last modified time | relevance | path

Searched refs:getBugType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h52 const RefCountBug& BugTy = static_cast<RefCountBug&>(getBugType()); in getRanges()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h192 const BugType& getBugType() const { return BT; } in getBugType() function
193 BugType& getBugType() { return BT; } in getBugType() function
H A DPathDiagnostic.h847 StringRef getBugType() const { return BugType; } in getBugType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp425 if (X.getBugType() != Y.getBugType()) in compare()
426 return X.getBugType() < Y.getBugType(); in compare()
H A DHTMLDiagnostics.cpp536 StringRef BugType = D.getBugType(); in FinalizeHTML()
558 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
H A DPlistDiagnostics.cpp591 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl()
603 EmitString(o, GetIssueHash(SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
H A DBugReporter.cpp1250 BugType &BT = R->getBugType(); in generateEmptyDiagnosticForReport()
1252 R->getBugType().getCheckName(), R->getDeclWithIssue(), in generateEmptyDiagnosticForReport()
1253 R->getBugType().getName(), R->getDescription(), in generateEmptyDiagnosticForReport()
2721 BugType& BT = R->getBugType(); in emitReport()
2839 BugType& BT = I->getBugType(); in FindReportInEquivalenceClass()