Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp706 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl() local
713 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl() local
H A DHTMLDiagnostics.cpp245 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag() local
594 const Decl *DeclWithIssue = D.getDeclWithIssue(); in FinalizeHTML() local
H A DBugReporter.cpp3308 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
3318 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp116 const Decl *DeclWithIssue; member in __anonafc33ca80111::StringRefCheckerVisitor
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h255 const Decl *DeclWithIssue = nullptr; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h768 const Decl *DeclWithIssue; variable