Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DSemanticHighlightingTests.cpp771 TEST(SemanticHighlighting, toSemanticTokens) { in TEST() argument
772 auto Results = toSemanticTokens(tokens(R"( in TEST()
796 auto Before = toSemanticTokens(tokens(R"( in TEST()
802 auto After = toSemanticTokens(tokens(R"( in TEST()
/external/llvm-project/clang-tools-extra/clangd/
DSemanticHighlighting.h91 std::vector<SemanticToken> toSemanticTokens(llvm::ArrayRef<HighlightingToken>);
DSemanticHighlighting.cpp523 toSemanticTokens(llvm::ArrayRef<HighlightingToken> Tokens) { in toSemanticTokens() function
DClangdLSPServer.cpp1391 Result.tokens = toSemanticTokens(*HT); in onSemanticTokens()
1414 std::vector<SemanticToken> Toks = toSemanticTokens(*HT); in onSemanticTokensDelta()