Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/clang-diff/
DClangDiff.cpp248 static std::string getChangeKindAbbr(diff::ChangeKind Kind) { in getChangeKindAbbr() function
302 OS << " class='" << getChangeKindAbbr(Node.Change) << "'"; in printHtmlForNode()