Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugSuppression.cpp124 std::string timeScopeName(const Decl *DeclWithIssue) { in timeScopeName()
133 llvm::TimeTraceMetadata getDeclTimeTraceMetadata(const Decl *DeclWithIssue) { in getDeclTimeTraceMetadata()
157 const Decl *DeclWithIssue = R.getDeclWithIssue(); in isSuppressed() local
164 const Decl *DeclWithIssue, in isSuppressed()
H A DPlistDiagnostics.cpp702 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl() local
709 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl() local
H A DHTMLDiagnostics.cpp290 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag() local
H A DBugReporter.cpp3408 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
3418 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DForwardDeclChecker.cpp51 Decl *DeclWithIssue{nullptr}; in checkASTDecl() member
318 const Decl *DeclWithIssue, const StringRef &Description, in reportBug()
H A DRetainPtrCtorAdoptChecker.cpp50 Decl *DeclWithIssue{nullptr}; in checkASTDecl() member
588 const Decl *DeclWithIssue, in reportUseAfterFree()
609 const Decl *DeclWithIssue, in reportLeak()
H A DRawPtrRefLocalVarsChecker.cpp194 Decl *DeclWithIssue{nullptr}; in checkASTDecl() member
H A DRawPtrRefCallArgsChecker.cpp60 Decl *DeclWithIssue{nullptr}; in checkASTDecl() member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp116 const Decl *DeclWithIssue; member in __anonfe7749740111::StringRefCheckerVisitor
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h253 const Decl *DeclWithIssue = nullptr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h765 const Decl *DeclWithIssue; variable