Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h180 virtual const Decl *getDeclWithIssue() const = 0;
270 const Decl *getDeclWithIssue() const override { in getDeclWithIssue() function
279 return getDeclWithIssue(); in getUniqueingDecl()
423 const Decl *getDeclWithIssue() const override;
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp706 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl()
713 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl()
H A DHTMLDiagnostics.cpp245 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag()
594 const Decl *DeclWithIssue = D.getDeclWithIssue(); in FinalizeHTML()
H A DBugReporter.cpp1318 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport()
1329 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport()
2176 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in getDeclWithIssue() function in PathSensitiveBugReport
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp384 if (auto Result = CompareDecls(X.getDeclWithIssue(), Y.getDeclWithIssue())) in compare()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h861 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function