HomeSort by: relevance | last modified time | path
    Searched defs:DeclWithIssue (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp 116 const Decl *DeclWithIssue;
121 StringRefCheckerVisitor(const Decl *declWithIssue, BugReporter &br,
123 : DeclWithIssue(declWithIssue), BR(br), Checker(checker) {}
183 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
PlistDiagnostics.cpp 706 const Decl *DeclWithIssue = D->getDeclWithIssue();
708 DeclWithIssue, LangOpts))
713 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) {
715 if (const NamedDecl *ND = dyn_cast<NamedDecl>(DeclWithIssue)) {
743 if (const Stmt *Body = DeclWithIssue->getBody()) {
HTMLDiagnostics.cpp 245 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) {
246 if (const auto *ND = dyn_cast<NamedDecl>(DeclWithIssue))
249 if (const Stmt *Body = DeclWithIssue->getBody()) {
594 const Decl *DeclWithIssue = D.getDeclWithIssue();
607 << getIssueHash(L, D.getCheckerName(), D.getBugType(), DeclWithIssue,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 255 const Decl *DeclWithIssue = nullptr;
271 return DeclWithIssue;
284 void setDeclWithIssue(const Decl *declWithIssue) {
285 DeclWithIssue = declWithIssue;
622 void EmitBasicReport(const Decl *DeclWithIssue, const CheckerBase *Checker,
628 void EmitBasicReport(const Decl *DeclWithIssue, CheckerNameRef CheckerName,
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
PathDiagnostic.h 768 const Decl *DeclWithIssue;
791 PathDiagnostic(StringRef CheckerName, const Decl *DeclWithIssue,
861 const Decl *getDeclWithIssue() const { return DeclWithIssue; }
864 DeclWithIssue = D;

Completed in 27 milliseconds