Home
last modified time | relevance | path

Searched refs:superTypes (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.h133 superTypes(const TypeHierarchyItem &Item, const SymbolIndex *Index);
H A DClangdServer.h258 void superTypes(const TypeHierarchyItem &Item,
H A DClangdServer.cpp766 void ClangdServer::superTypes( in superTypes() function in clang::clangd::ClangdServer
771 CB(clangd::superTypes(Item, Index)); in superTypes()
H A DClangdLSPServer.cpp1273 Server->superTypes(Params.item, std::move(Reply)); in onSuperTypes()
H A DXRefs.cpp2077 superTypes(const TypeHierarchyItem &Item, const SymbolIndex *Index) { in superTypes() function
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTypeHierarchyTests.cpp799 auto Parents = superTypes(Result.front(), Index.get()); in TEST()