Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h772 std::string VerboseDesc; variable
833 VerboseDesc += S; in appendToDesc()
836 StringRef getVerboseDescription() const { return VerboseDesc; } in getVerboseDescription()
839 return ShortDesc.empty() ? VerboseDesc : ShortDesc; in getShortDescription()
/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()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp127 VerboseDesc(StripTrailingDots(verboseDesc)), in PathDiagnostic()
1138 ID.AddString(VerboseDesc); in Profile()