Home
last modified time | relevance | path

Searched refs:applyPathMappings (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/
DPathMapping.cpp50 void applyPathMappings(llvm::json::Value &V, PathMapping::Direction Dir, in applyPathMappings() function
69 applyPathMappings(KV.second, Dir, Mappings); in applyPathMappings()
72 applyPathMappings(Val, Dir, Mappings); in applyPathMappings()
89 applyPathMappings(Params, PathMapping::Direction::ClientToServer, Mappings); in onNotify()
95 applyPathMappings(Params, PathMapping::Direction::ClientToServer, Mappings); in onCall()
102 applyPathMappings(*Result, PathMapping::Direction::ClientToServer, in onReply()
120 applyPathMappings(Params, PathMapping::Direction::ServerToClient, Mappings); in notify()
126 applyPathMappings(Params, PathMapping::Direction::ServerToClient, Mappings); in call()
133 applyPathMappings(*Result, PathMapping::Direction::ServerToClient, in reply()
DPathMapping.h56 void applyPathMappings(llvm::json::Value &Params, PathMapping::Direction Dir,