Searched refs:toSemanticTokens (Results 1 – 4 of 4) sorted by relevance
771 TEST(SemanticHighlighting, toSemanticTokens) { in TEST() argument772 auto Results = toSemanticTokens(tokens(R"( in TEST()796 auto Before = toSemanticTokens(tokens(R"( in TEST()802 auto After = toSemanticTokens(tokens(R"( in TEST()
91 std::vector<SemanticToken> toSemanticTokens(llvm::ArrayRef<HighlightingToken>);
523 toSemanticTokens(llvm::ArrayRef<HighlightingToken> Tokens) { in toSemanticTokens() function
1391 Result.tokens = toSemanticTokens(*HT); in onSemanticTokens()1414 std::vector<SemanticToken> Toks = toSemanticTokens(*HT); in onSemanticTokensDelta()