Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h178 virtual const Decl *getDeclWithIssue() const = 0;
268 const Decl *getDeclWithIssue() const override { in getDeclWithIssue() function
277 return getDeclWithIssue(); in getUniqueingDecl()
421 const Decl *getDeclWithIssue() const override;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp132 const Decl *DeclWithIssue = R.getDeclWithIssue(); in isSuppressed()
H A DPlistDiagnostics.cpp705 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl()
712 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl()
H A DHTMLDiagnostics.cpp258 D.getDeclWithIssue(), PP.getLangOpts()); in getIssueHash()
290 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag()
H A DBugReporter.cpp1329 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport()
1340 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport()
2175 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in getDeclWithIssue() function in PathSensitiveBugReport
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp381 if (auto Result = CompareDecls(X.getDeclWithIssue(), Y.getDeclWithIssue())) in compare()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h858 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function