Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp150 StringRef CheckName = D->getCheckerName(); in createRuleMapping()
169 StringRef CheckName = Diag->getCheckerName(); in createResult()
H A DTextDiagnostics.cpp86 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl()
H A DPlistDiagnostics.cpp693 EmitString(o, D->getCheckerName()) << '\n'; in FlushDiagnosticsImpl()
703 EmitString(o, getIssueHash(L, D->getCheckerName(), D->getBugType(), in FlushDiagnosticsImpl()
H A DBugReporter.cpp307 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 DHTMLDiagnostics.cpp257 return getIssueHash(L, D.getCheckerName(), D.getBugType(), in getIssueHash()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugType.h60 StringRef getCheckerName() const { in getCheckerName() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h840 StringRef getCheckerName() const { return CheckerName; } in getCheckerName() function