HomeSort by relevance Sort by last modified time
    Searched full:declwithissue (Results 1 - 7 of 7) sorted by null

  /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;
466 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
471 void EmitBasicReport(const Decl *DeclWithIssue, CheckName CheckName
    [all...]
PathDiagnostic.h 715 const Decl *DeclWithIssue;
735 PathDiagnostic(StringRef CheckName, const Decl *DeclWithIssue,
800 const Decl *getDeclWithIssue() const { return 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) {}
186 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
  /external/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 393 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
395 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
423 if (const Stmt *Body = DeclWithIssue->getBody()) {
HTMLDiagnostics.cpp 136 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) {
137 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
141 if (const Stmt *Body = DeclWithIssue->getBody()) {
PathDiagnostic.cpp 110 PathDiagnostic::PathDiagnostic(StringRef CheckName, const Decl *declWithIssue,
116 DeclWithIssue(declWithIssue),
182 DeclWithIssue = CP->getCaller();
    [all...]
BugReporter.cpp     [all...]

Completed in 315 milliseconds