Home
last modified time | relevance | path

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

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