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

  /external/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 118 const Decl *DeclWithIssue;
120 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br)
121 : BR(br), DeclWithIssue(declWithIssue) {}
181 BR.EmitBasicReport(DeclWithIssue, desc, "LLVM Conventions", desc,
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 72 const Decl *DeclWithIssue;
107 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
112 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
116 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
128 : BT(bt), DeclWithIssue(0), Description(desc),
163 void setDeclWithIssue(const Decl *declWithIssue) {
164 DeclWithIssue = declWithIssue;
360 void EmitBasicReport(const Decl *DeclWithIssue,
365 void EmitBasicReport(const Decl *DeclWithIssue,
    [all...]
PathDiagnostic.h 610 const Decl *DeclWithIssue;
642 PathDiagnostic(const Decl *DeclWithIssue,
656 const Decl *getDeclWithIssue() const { return DeclWithIssue; }

Completed in 34 milliseconds