Home
last modified time | relevance | path

Searched defs:DeclWithIssue (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugSuppression.cpp132 const Decl *DeclWithIssue = R.getDeclWithIssue(); in isSuppressed() local
139 const Decl *DeclWithIssue, in isSuppressed()
HDPlistDiagnostics.cpp705 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl() local
712 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl() local
HDHTMLDiagnostics.cpp292 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag() local
HDBugReporter.cpp3362 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
3372 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDLLVMConventionsChecker.cpp116 const Decl *DeclWithIssue; member in __anondf4a6cce0111::StringRefCheckerVisitor
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDBugReporter.h253 const Decl *DeclWithIssue = nullptr; variable
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDPathDiagnostic.h765 const Decl *DeclWithIssue; variable