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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h75 const Decl *DeclWithIssue; member in class:clang::ento::BugReport
147 : BT(bt), DeclWithIssue(nullptr), Description(desc), ErrorNode(errornode),
152 : BT(bt), DeclWithIssue(nullptr), ShortDescription(shortDesc),
157 : BT(bt), DeclWithIssue(nullptr), Description(desc), Location(l),
169 : BT(bt), DeclWithIssue(nullptr), Description(desc),
246 DeclWithIssue = declWithIssue;
466 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
471 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName,
H A DPathDiagnostic.h715 const Decl *DeclWithIssue; member in class:clang::ento::PathDiagnostic
735 PathDiagnostic(StringRef CheckName, const Decl *DeclWithIssue,
800 const Decl *getDeclWithIssue() const { return DeclWithIssue; }
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp118 const Decl *DeclWithIssue; member in class:__anon18197::StringRefCheckerVisitor
125 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {}
186 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp393 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
395 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
423 if (const Stmt *Body = DeclWithIssue->getBody()) {
H A DHTMLDiagnostics.cpp136 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) {
137 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
141 if (const Stmt *Body = DeclWithIssue->getBody()) {
H A DPathDiagnostic.cpp116 DeclWithIssue(declWithIssue),
182 DeclWithIssue = CP->getCaller();
H A DBugReporter.cpp2578 if (DeclWithIssue)
2579 return DeclWithIssue;
3471 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, argument
3476 EmitBasicReport(DeclWithIssue, Checker->getCheckName(), Name, Category, Str,
3479 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, argument
3488 R->setDeclWithIssue(DeclWithIssue);

Completed in 177 milliseconds