Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h853 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2056 const Decl *BugReport::getDeclWithIssue() const { in getDeclWithIssue() function in BugReport