Searched refs:subTypes (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.h | 135 std::vector<TypeHierarchyItem> subTypes(const TypeHierarchyItem &Item,
|
| H A D | ClangdServer.h | 261 void subTypes(const TypeHierarchyItem &Item,
|
| H A D | ClangdServer.cpp | 775 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 D | ClangdLSPServer.cpp | 1279 Server->subTypes(Params.item, std::move(Reply)); in onSubTypes()
|
| H A D | XRefs.cpp | 2098 std::vector<TypeHierarchyItem> subTypes(const TypeHierarchyItem &Item, in subTypes() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TypeHierarchyTests.cpp | 773 auto Children = subTypes(Result.front(), Index.get()); in TEST()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 4565 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()
|