Home
last modified time | relevance | path

Searched refs:ServerToClient (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DPathMapping.cpp118 applyPathMappings(Params, PathMapping::Direction::ServerToClient, Mappings); in notify()
124 applyPathMappings(Params, PathMapping::Direction::ServerToClient, Mappings); in call()
131 applyPathMappings(*Result, PathMapping::Direction::ServerToClient, in reply()
H A DPathMapping.h40 enum class Direction { ClientToServer, ServerToClient }; enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DPathMappingTests.cpp119 PathMapping::Direction::ServerToClient)); in TEST()