Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp132 const Decl *DeclWithIssue = R.getDeclWithIssue(); in isSuppressed() local
139 const Decl *DeclWithIssue, in isSuppressed()
H A DPlistDiagnostics.cpp705 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl() local
712 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl() local
H A DHTMLDiagnostics.cpp292 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag() local
H A DBugReporter.cpp3362 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
3372 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp116 const Decl *DeclWithIssue; member in __anon84d2dd690111::StringRefCheckerVisitor
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h253 const Decl *DeclWithIssue = nullptr; variable
/src/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h765 const Decl *DeclWithIssue; variable