Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdLSPServer.h237 llvm::StringMap<SemanticTokens> LastSemanticTokens; variable
H A DClangdLSPServer.cpp853 LastSemanticTokens.erase(File); in onDocumentDidClose()
1494 auto &Last = LastSemanticTokens[File]; in onSemanticTokens()
1520 auto &Last = LastSemanticTokens[File]; in onSemanticTokensDelta()