Searched refs:getTypeHierarchy (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | TypeHierarchyTests.cpp | 372 auto Result = getTypeHierarchy(AST, Pt, /*ResolveLevels=*/0, in TEST() 411 auto Result = getTypeHierarchy(AST, Source.points()[0], 0, in TEST() 445 auto Result = getTypeHierarchy(AST, Source.point("SRefConcrete"), 0, in TEST() 456 Result = getTypeHierarchy(AST, Source.point("SRefDependent"), 0, in TEST() 482 auto Result = getTypeHierarchy(AST, Source.points()[0], 2, in TEST() 508 auto Result = getTypeHierarchy(AST, Source.points()[0], 2, in TEST() 534 auto Result = getTypeHierarchy(AST, Source.points()[0], 2, in TEST() 559 std::vector<TypeHierarchyItem> Result = getTypeHierarchy( in TEST() 735 auto Result = getTypeHierarchy(AST, Source.point(), /*ResolveLevels=*/1, in TEST() 769 auto Result = getTypeHierarchy(AST, Source.point(), /*ResolveLevels=*/1, in TEST() [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.h | 126 std::vector<TypeHierarchyItem> getTypeHierarchy(
|
| H A D | ClangdServer.cpp | 759 CB(clangd::getTypeHierarchy(InpAST->AST, Pos, Resolve, Direction, Index, in typeHierarchy()
|
| H A D | XRefs.cpp | 2033 getTypeHierarchy(ParsedAST &AST, Position Pos, int ResolveLevels, in getTypeHierarchy() function
|