Searched refs:applyPathMappings (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | PathMapping.cpp | 48 void applyPathMappings(llvm::json::Value &V, PathMapping::Direction Dir, in applyPathMappings() function 67 applyPathMappings(KV.second, Dir, Mappings); in applyPathMappings() 70 applyPathMappings(Val, Dir, Mappings); in applyPathMappings() 87 applyPathMappings(Params, PathMapping::Direction::ClientToServer, Mappings); in onNotify() 93 applyPathMappings(Params, PathMapping::Direction::ClientToServer, Mappings); in onCall() 100 applyPathMappings(*Result, PathMapping::Direction::ClientToServer, in onReply() 118 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 D | PathMapping.h | 60 void applyPathMappings(llvm::json::Value &Params, PathMapping::Direction Dir,
|