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.h717 std::string VerboseDesc; variable
775 VerboseDesc.append(S); in appendToDesc()
789 StringRef getVerboseDescription() const { return VerboseDesc; } in getVerboseDescription()
791 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp118 VerboseDesc(StripTrailingDots(verboseDesc)), in PathDiagnostic()
1109 ID.AddString(VerboseDesc); in Profile()