Searched refs:getCheckerName (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SarifDiagnostics.cpp | 150 StringRef CheckName = D->getCheckerName(); in createRuleMapping() 169 StringRef CheckName = Diag->getCheckerName(); in createResult()
|
| H A D | TextDiagnostics.cpp | 86 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl()
|
| H A D | PlistDiagnostics.cpp | 693 EmitString(o, D->getCheckerName()) << '\n'; in FlushDiagnosticsImpl() 703 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
|
| H A D | BugReporter.cpp | 307 return {BT.getCheckerName().str(), std::move(File), in timeTraceMetadata() 1357 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport() 1369 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport() 2172 bt.getCheckerName()) && in PathSensitiveBugReport() 2177 assert((bt.getCheckerName().starts_with("debug") || in PathSensitiveBugReport() 2182 bt.getCheckerName())) && in PathSensitiveBugReport() 3158 if (report->getBugType().getCheckerName().starts_with(CheckerOrPackage)) in FlushReport()
|
| H A D | HTMLDiagnostics.cpp | 257 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugType.h | 60 StringRef getCheckerName() const { in getCheckerName() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 840 StringRef getCheckerName() const { return CheckerName; } in getCheckerName() function
|