Searched refs:typeHierarchy (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | type-hierarchy.test | 51 {"jsonrpc":"2.0","id":2,"method":"typeHierarchy/supertypes","params":{"item":{"uri":"test:///main.c… 91 {"jsonrpc":"2.0","id":2,"method":"typeHierarchy/subtypes","params":{"item":{"uri":"test:///main.cpp…
|
| H A D | type-hierarchy-ext.test | 6 {"jsonrpc":"2.0","id":1,"method":"textDocument/typeHierarchy","params":{"textDocument":{"uri":"test… 147 {"jsonrpc":"2.0","id":2,"method":"typeHierarchy/resolve","params":{"item":{"uri":"test:///main.cpp"…
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | ClangdServer.h | 254 void typeHierarchy(PathRef File, Position Pos, int Resolve,
|
| H A D | ClangdLSPServer.cpp | 1239 Server->typeHierarchy(Params.textDocument.uri.file(), Params.position, in onTypeHierarchy() 1266 Server->typeHierarchy(Params.textDocument.uri.file(), Params.position, in onPrepareTypeHierarchy()
|
| H A D | ClangdServer.cpp | 752 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
|