Home
last modified time | relevance | path

Searched refs:ShortDescription (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h129 std::string ShortDescription; variable
139 BugReport(Kind K, const BugType &BT, StringRef ShortDescription, in BugReport() argument
141 : K(K), BT(BT), ShortDescription(ShortDescription), in BugReport()
164 if (ShortDescription.empty() && UseFallback)
166 return ShortDescription;
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DReusables.h107 std::string ShortDescription; member
116 EXPECT_EQ(Diag.getShortDescription(), ShortDescription); in testEquality()