Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp3282 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
3292 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp116 const Decl *DeclWithIssue; member in __anondbc8105f0111::StringRefCheckerVisitor
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h255 const Decl *DeclWithIssue = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h768 const Decl *DeclWithIssue; variable