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

/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp393 if (X.getDeclWithIssue() != Y.getDeclWithIssue()) {
394 const Decl *XD = X.getDeclWithIssue();
397 const Decl *YD = Y.getDeclWithIssue();
H A DPlistDiagnostics.cpp393 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
H A DHTMLDiagnostics.cpp136 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) {
H A DBugReporter.cpp2577 const Decl *BugReport::getDeclWithIssue() const { function in class:BugReport
3422 exampleReport->getDeclWithIssue(), exampleReport->getBugType().getName(),
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h241 const Decl *getDeclWithIssue() const;
H A DPathDiagnostic.h800 const Decl *getDeclWithIssue() const { return DeclWithIssue; } function in class:clang::ento::PathDiagnostic

Completed in 1053 milliseconds