Home
last modified time | relevance | path

Searched defs:getDeclWithIssue (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h270 const Decl *getDeclWithIssue() const override { in getDeclWithIssue() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h803 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h863 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2177 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in getDeclWithIssue() function in PathSensitiveBugReport
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2557 const Decl *BugReport::getDeclWithIssue() const { in getDeclWithIssue() function in BugReport