Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h720 std::string VerboseDesc; variable
778 VerboseDesc += S; in appendToDesc()
792 StringRef getVerboseDescription() const { return VerboseDesc; } in getVerboseDescription()
794 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp114 VerboseDesc(StripTrailingDots(verboseDesc)), in PathDiagnostic()
1104 ID.AddString(VerboseDesc); in Profile()