Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
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;
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp400 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl()
407 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl()
DHTMLDiagnostics.cpp138 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag()
245 const Decl *DeclWithIssue = D.getDeclWithIssue(); in ReportDiag()
DPathDiagnostic.cpp389 if (X.getDeclWithIssue() != Y.getDeclWithIssue()) { in compare()
390 const Decl *XD = X.getDeclWithIssue(); in compare()
393 const Decl *YD = Y.getDeclWithIssue(); in compare()
DBugReporter.cpp2557 const Decl *BugReport::getDeclWithIssue() const { in getDeclWithIssue() function in BugReport
3399 exampleReport->getDeclWithIssue(), exampleReport->getBugType().getName(), in FlushReport()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp224 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag()
573 const Decl *DeclWithIssue = D.getDeclWithIssue(); in FinalizeHTML()
DPlistDiagnostics.cpp699 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl()
706 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl()
DBugReporter.cpp1318 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateDiagnosticForBasicReport()
1329 BT.getCheckerName(), R->getDeclWithIssue(), BT.getDescription(), in generateEmptyDiagnosticForReport()
2177 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in getDeclWithIssue() function in PathSensitiveBugReport
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h241 const Decl *getDeclWithIssue() const;
DPathDiagnostic.h803 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp384 if (auto Result = CompareDecls(X.getDeclWithIssue(), Y.getDeclWithIssue())) in compare()
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h863 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function