Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.h98 llvm::StringRef toTextMateScope(HighlightingKind Kind);
DSemanticHighlighting.cpp627 llvm::StringRef toTextMateScope(HighlightingKind Kind) { in toTextMateScope() function
DClangdLSPServer.cpp128 {std::string(toTextMateScope((HighlightingKind)(KindValue)))}); in buildHighlightScopeLookupTable()
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DAnnotateHighlightings.cpp72 ("/* " + toTextMateScope(Token.Kind) + " */").str()); in REGISTER_TWEAK()