Searched refs:getDeclWithIssue (Results 1 – 6 of 6) sorted by relevance
178 virtual const Decl *getDeclWithIssue() const = 0;268 const Decl *getDeclWithIssue() const override { in getDeclWithIssue() function277 return getDeclWithIssue(); in getUniqueingDecl()421 const Decl *getDeclWithIssue() const override;
707 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl()714 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl()
257 D.getDeclWithIssue(), PP.getLangOpts()); in getIssueHash()289 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag()
1328 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport()1339 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport()2177 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in getDeclWithIssue() function in PathSensitiveBugReport
384 if (auto Result = CompareDecls(X.getDeclWithIssue(), Y.getDeclWithIssue())) in compare()
858 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function