Home
last modified time | relevance | path

Searched refs:typeHierarchy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dtype-hierarchy.test51 {"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 Dtype-hierarchy-ext.test6 {"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 DClangdServer.h254 void typeHierarchy(PathRef File, Position Pos, int Resolve,
H A DClangdLSPServer.cpp1239 Server->typeHierarchy(Params.textDocument.uri.file(), Params.position, in onTypeHierarchy()
1266 Server->typeHierarchy(Params.textDocument.uri.file(), Params.position, in onPrepareTypeHierarchy()
H A DClangdServer.cpp752 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer