Home
last modified time | relevance | path

Searched refs:setDeclWithIssue (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp344 Report->setDeclWithIssue(RD); in reportRecord()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h261 void setDeclWithIssue(const Decl *declWithIssue) { in setDeclWithIssue() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3126 R->setDeclWithIssue(DeclWithIssue); in EmitBasicReport()