Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h803 const Decl *getDeclWithIssue() const { return DeclWithIssue; } in getDeclWithIssue() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2557 const Decl *BugReport::getDeclWithIssue() const { in getDeclWithIssue() function in BugReport