Searched refs:getDeclWithIssue (Results 1 – 7 of 7) sorted by relevance
178 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;
132 const Decl *DeclWithIssue = R.getDeclWithIssue(); in isSuppressed()
705 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl() 712 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl()
262 D.getDeclWithIssue(), PP.getLangOpts());294 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag()
1336 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport() 1348 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport() 2185 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in clearVisitors() 2189 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { getDeclWithIssue() function in PathSensitiveBugReport
384 if (auto Result = CompareDecls(X.getDeclWithIssue(), Y.getDeclWithIssue())) in compare()
864 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function