Searched refs:DeclWithIssue (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp116 const Decl *DeclWithIssue; member in class:__anon920::StringRefCheckerVisitor
123 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {}
183 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h253 const Decl *DeclWithIssue = nullptr; member in class:clang::ento::BasicBugReport
269 return DeclWithIssue;
283 DeclWithIssue = declWithIssue;
618 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
624 void EmitBasicReport(const Decl *DeclWithIssue, CheckerNameRef CheckerName,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DHTMLDiagnostics.cpp196 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) {
197 if (const auto *ND = dyn_cast<NamedDecl>(DeclWithIssue))
200 if (const Stmt *Body = DeclWithIssue->getBody()) {
545 const Decl *DeclWithIssue = D.getDeclWithIssue(); local
559 DeclWithIssue, PP.getLangOpts())
H A DPlistDiagnostics.cpp691 const Decl *DeclWithIssue = D->getDeclWithIssue(); local
693 DeclWithIssue, LangOpts))
698 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
700 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
728 if (const Stmt *Body = DeclWithIssue->getBody()) {
H A DBugReporter.cpp3233 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, argument
3239 EmitBasicReport(DeclWithIssue, Checker->getCheckerName(), Name, Category, Str,
3243 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, argument
3252 R->setDeclWithIssue(DeclWithIssue);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h729 const Decl *DeclWithIssue; member in class:clang::ento::PathDiagnostic
752 PathDiagnostic(StringRef CheckerName, const Decl *DeclWithIssue,
822 const Decl *getDeclWithIssue() const { return DeclWithIssue; }
825 DeclWithIssue = D;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp124 : CheckerName(CheckerName), DeclWithIssue(declWithIssue),

Completed in 89 milliseconds