Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h268 const Decl *getDeclWithIssue() const override { in getDeclWithIssue() function
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DPathDiagnostic.h858 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2177 const Decl *PathSensitiveBugReport::getDeclWithIssue() const { in getDeclWithIssue() function in PathSensitiveBugReport