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 119 const Decl *DeclWithIssue;
121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br)
122 : BR(br), DeclWithIssue(declWithIssue) {}
182 BR.EmitBasicReport(DeclWithIssue, desc, "LLVM Conventions", desc,
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 73 const Decl *DeclWithIssue;
145 : BT(bt), DeclWithIssue(0), Description(desc), ErrorNode(errornode),
150 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
155 : BT(bt), DeclWithIssue(0), Description(desc), Location(l), ErrorNode(0),
168 : BT(bt), DeclWithIssue(0), Description(desc),
244 void setDeclWithIssue(const Decl *declWithIssue) {
245 DeclWithIssue = declWithIssue;
467 void EmitBasicReport(const Decl *DeclWithIssue,
472 void EmitBasicReport(const Decl *DeclWithIssue,
    [all...]
PathDiagnostic.h 665 const Decl *DeclWithIssue;
682 PathDiagnostic(const Decl *DeclWithIssue, StringRef bugtype,
735 const Decl *getDeclWithIssue() const { return DeclWithIssue; }

Completed in 42 milliseconds