Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h73 const Decl *DeclWithIssue; variable
DPathDiagnostic.h653 const Decl *DeclWithIssue; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DLLVMConventionsChecker.cpp118 const Decl *DeclWithIssue; member in __anon5894ba9c0111::StringRefCheckerVisitor
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp454 if (const Decl *DeclWithIssue = D->getDeclWithIssue()) { in FlushDiagnosticsImpl() local
DBugReporter.cpp2141 void BugReporter::EmitBasicReport(const Decl *DeclWithIssue, in EmitBasicReport()