Lines Matching refs:PathMapping
21 PathMapping::Direction Dir, in doPathMapping()
32 const std::string &From = Dir == PathMapping::Direction::ClientToServer in doPathMapping()
35 const std::string &To = Dir == PathMapping::Direction::ClientToServer in doPathMapping()
48 void applyPathMappings(llvm::json::Value &V, PathMapping::Direction Dir, 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()
164 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const PathMapping &M) { in operator <<()