Searched defs:DeclWithIssue (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugSuppression.cpp | 132 const Decl *DeclWithIssue = R.getDeclWithIssue(); in isSuppressed() local 139 const Decl *DeclWithIssue, in isSuppressed() argument [all...] |
H A D | PlistDiagnostics.cpp | 705 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl() local 712 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl() local
|
H A D | HTMLDiagnostics.cpp | 290 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { ReportDiag() local
|
H A D | BugReporter.cpp | 3320 EmitBasicReport(const Decl * DeclWithIssue,const CheckerBase * Checker,StringRef Name,StringRef Category,StringRef Str,PathDiagnosticLocation Loc,ArrayRef<SourceRange> Ranges,ArrayRef<FixItHint> Fixits) EmitBasicReport() argument 3330 EmitBasicReport(const Decl * DeclWithIssue,CheckerNameRef CheckName,StringRef name,StringRef category,StringRef str,PathDiagnosticLocation Loc,ArrayRef<SourceRange> Ranges,ArrayRef<FixItHint> Fixits) EmitBasicReport() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | LLVMConventionsChecker.cpp | 116 const Decl *DeclWithIssue; member in __anon64e421060111::StringRefCheckerVisitor
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 253 const Decl *DeclWithIssue = nullptr; variable
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/ |
H A D | PathDiagnostic.h | 765 const Decl *DeclWithIssue; variable
|