Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DClangdLSPServer.h213 llvm::StringMap<SemanticTokens> LastSemanticTokens; variable
DClangdLSPServer.cpp860 LastSemanticTokens.erase(File); in onDocumentDidClose()
1394 auto &Last = LastSemanticTokens[File]; in onSemanticTokens()
1419 auto &Last = LastSemanticTokens[File]; in onSemanticTokensDelta()