Searched refs:superTypes (Results 1 – 6 of 6) sorted by relevance
133 superTypes(const TypeHierarchyItem &Item, const SymbolIndex *Index);
258 void superTypes(const TypeHierarchyItem &Item,
766 void ClangdServer::superTypes( in superTypes() function in clang::clangd::ClangdServer771 CB(clangd::superTypes(Item, Index)); in superTypes()
1273 Server->superTypes(Params.item, std::move(Reply)); in onSuperTypes()
2077 superTypes(const TypeHierarchyItem &Item, const SymbolIndex *Index) { in superTypes() function
799 auto Parents = superTypes(Result.front(), Index.get()); in TEST()