Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h268 const Decl *getDeclWithIssue() const override { in getDeclWithIssue() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h864 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2189 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in getDeclWithIssue() function in PathSensitiveBugReport