Searched refs:SemanticTokens (Results 1 – 4 of 4) sorted by relevance
164 void onSemanticTokens(const SemanticTokensParams &, Callback<SemanticTokens>);237 llvm::StringMap<SemanticTokens> LastSemanticTokens;
464 bool SemanticTokens = false; member1662 struct SemanticTokens { struct1672 llvm::json::Value toJSON(const SemanticTokens &); argument
326 R.SemanticTokens = true; in fromJSON()413 if (auto *SemanticTokens = Workspace->getObject("semanticTokens")) { in fromJSON() local414 if (auto RefreshSupport = SemanticTokens->getBoolean("refreshSupport")) in fromJSON()1112 llvm::json::Value toJSON(const SemanticTokens &Tokens) { in toJSON()
457 !Params.capabilities.SemanticTokens) { in onInitialize()1482 Callback<SemanticTokens> CB) { in onSemanticTokens()1490 SemanticTokens Result; in onSemanticTokens()