HomeSort by relevance Sort by last modified time
    Searched defs:DeclWithIssue (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 400 const Decl *DeclWithIssue = D->getDeclWithIssue();
402 DeclWithIssue, LangOpts))
407 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
409 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
437 if (const Stmt *Body = DeclWithIssue->getBody()) {
HTMLDiagnostics.cpp 138 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) {
139 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
143 if (const Stmt *Body = DeclWithIssue->getBody()) {
245 const Decl *DeclWithIssue = D.getDeclWithIssue();
258 << GetIssueHash(SMgr, L, D.getCheckName(), D.getBugType(), DeclWithIssue,
  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 118 const Decl *DeclWithIssue;
123 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br,
125 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {}
185 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 75 const Decl *DeclWithIssue;
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),
245 void setDeclWithIssue(const Decl *declWithIssue) {
246 DeclWithIssue = declWithIssue;
469 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
474 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName
    [all...]
PathDiagnostic.h 718 const Decl *DeclWithIssue;
738 PathDiagnostic(StringRef CheckName, const Decl *DeclWithIssue,
803 const Decl *getDeclWithIssue() const { return DeclWithIssue; }

Completed in 1024 milliseconds