Home
last modified time | relevance | path

Searched refs:subTypes (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.h135 std::vector<TypeHierarchyItem> subTypes(const TypeHierarchyItem &Item,
H A DClangdServer.h261 void subTypes(const TypeHierarchyItem &Item,
H A DClangdServer.cpp775 void ClangdServer::subTypes(const TypeHierarchyItem &Item, in subTypes() function in clang::clangd::ClangdServer
779 [=, CB = std::move(CB)]() mutable { CB(clangd::subTypes(Item, Index)); }); in subTypes()
H A DClangdLSPServer.cpp1279 Server->subTypes(Params.item, std::move(Reply)); in onSubTypes()
H A DXRefs.cpp2098 std::vector<TypeHierarchyItem> subTypes(const TypeHierarchyItem &Item, in subTypes() function
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DTypeHierarchyTests.cpp773 auto Children = subTypes(Result.front(), Index.get()); in TEST()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprObjC.cpp4565 SmallVector<TypeSourceInfo *, 4> subTypes; in stripARCUnbridgedCast() local
4567 subTypes.reserve(n); in stripARCUnbridgedCast()
4569 subTypes.push_back(assoc.getTypeSourceInfo()); in stripARCUnbridgedCast()
4577 Context, gse->getGenericLoc(), gse->getControllingExpr(), subTypes, in stripARCUnbridgedCast()