Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DSyncAPI.cpp149 Server.semanticRanges(File, Pos, capture(Result)); in runSemanticRanges()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.h354 void semanticRanges(PathRef File, const std::vector<Position> &Pos,
H A DClangdServer.cpp910 void ClangdServer::semanticRanges(PathRef File, in semanticRanges() function in clang::clangd::ClangdServer
H A DClangdLSPServer.cpp1440 Server->semanticRanges( in onSelectionRange()