Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp707 const Decl *DeclWithIssue = D->getDeclWithIssue(); in FlushDiagnosticsImpl() local
714 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl() local
H A DHTMLDiagnostics.cpp289 if (const Decl *DeclWithIssue = D.getDeclWithIssue()) { in ReportDiag() local
H A DBugReporter.cpp3314 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
3324 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp116 const Decl *DeclWithIssue; member in __anon02181dab0111::StringRefCheckerVisitor
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h253 const Decl *DeclWithIssue = nullptr; variable
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h765 const Decl *DeclWithIssue; variable