Searched refs:shortDesc (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | BugReporter.h | 150 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, in BugReport() argument 152 : BT(bt), DeclWithIssue(nullptr), ShortDescription(shortDesc), in BugReport()
|
D | PathDiagnostic.h | 739 StringRef bugtype, StringRef verboseDesc, StringRef shortDesc,
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 108 StringRef shortDesc, StringRef category, in PathDiagnostic() argument 115 ShortDesc(StripTrailingDots(shortDesc)), in PathDiagnostic()
|