Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/hilt/processor/internal/
DProcessorErrors.java146 ImmutableList.Builder<String> typeHierarchy = ImmutableList.builder(); in checkNotErrorKind() local
148 typeHierarchy.add(currType.toString()); in checkNotErrorKind()
156 typeHierarchy.build().stream().collect(Collectors.joining(" -> "))), in checkNotErrorKind()
/external/llvm-project/clang-tools-extra/clangd/test/
Dtype-hierarchy.test6 {"jsonrpc":"2.0","id":1,"method":"textDocument/typeHierarchy","params":{"textDocument":{"uri":"test…
121 {"jsonrpc":"2.0","id":2,"method":"typeHierarchy/resolve","params":{"item":{"uri":"test:///main.cpp"…
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.h226 void typeHierarchy(PathRef File, Position Pos, int Resolve,
DClangdServer.cpp613 void ClangdServer::typeHierarchy(PathRef File, Position Pos, int Resolve, in typeHierarchy() function in clang::clangd::ClangdServer
DClangdLSPServer.cpp1217 Server->typeHierarchy(Params.textDocument.uri.file(), Params.position, in onTypeHierarchy()