Searched refs:getBugType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.h | 52 const RefCountBug& BugTy = static_cast<RefCountBug&>(getBugType()); in getRanges()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 192 const BugType& getBugType() const { return BT; } in getBugType() function 193 BugType& getBugType() { return BT; } in getBugType() function
|
| H A D | PathDiagnostic.h | 847 StringRef getBugType() const { return BugType; } in getBugType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | PathDiagnostic.cpp | 425 if (X.getBugType() != Y.getBugType()) in compare() 426 return X.getBugType() < Y.getBugType(); in compare()
|
| H A D | HTMLDiagnostics.cpp | 536 StringRef BugType = D.getBugType(); in FinalizeHTML() 558 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue, in FinalizeHTML()
|
| H A D | PlistDiagnostics.cpp | 591 EmitString(o, D->getBugType()) << '\n'; in FlushDiagnosticsImpl() 603 EmitString(o, GetIssueHash(SM, L, D->getCheckName(), D->getBugType(), in FlushDiagnosticsImpl()
|
| H A D | BugReporter.cpp | 1250 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()
|