Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DProtocol.cpp836 static llvm::StringRef toTextKind(MarkupKind Kind) { in toTextKind() function
864 return OS << toTextKind(K); in operator <<()
872 {"kind", toTextKind(MC.kind)}, in toJSON()