Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
DSyncAPI.cpp149 Server.semanticRanges(File, Pos, capture(Result)); in runSemanticRanges()
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.h315 void semanticRanges(PathRef File, const std::vector<Position> &Pos,
DClangdServer.cpp733 void ClangdServer::semanticRanges(PathRef File, in semanticRanges() function in clang::clangd::ClangdServer
DClangdLSPServer.cpp1341 Server->semanticRanges( in onSelectionRange()