Searched refs:shortDesc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h149 BugReport(BugType& bt, StringRef shortDesc, StringRef desc, argument
151 : BT(bt), DeclWithIssue(0), ShortDescription(shortDesc), Description(desc),
H A DPathDiagnostic.h731 StringRef verboseDesc, StringRef shortDesc,
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp111 StringRef shortDesc, StringRef category,
117 ShortDesc(StripTrailingDots(shortDesc)),
109 PathDiagnostic(const Decl *declWithIssue, StringRef bugtype, StringRef verboseDesc, StringRef shortDesc, StringRef category, PathDiagnosticLocation LocationToUnique, const Decl *DeclToUnique) argument

Completed in 98 milliseconds