Searched refs:prepareCallHierarchy (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | CallHierarchyTests.cpp | 79 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename)); in TEST() 124 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename)); in TEST() 167 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename)); in TEST() 200 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename)); in TEST() 266 prepareCallHierarchy(AST, Pos, TUPath); in TEST() 375 prepareCallHierarchy(AST, Pos, TUPath); in TEST() 437 prepareCallHierarchy(AST, Source.point(), testPath(TU.Filename)); in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | call-hierarchy.test | 6 {"jsonrpc":"2.0","id":1,"method":"textDocument/prepareCallHierarchy","params":{"position":{"charact…
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.h | 144 prepareCallHierarchy(ParsedAST &AST, Position Pos, PathRef TUPath);
|
| H A D | ClangdServer.h | 270 void prepareCallHierarchy(PathRef File, Position Pos,
|
| H A D | ClangdServer.cpp | 792 void ClangdServer::prepareCallHierarchy( in prepareCallHierarchy() function in clang::clangd::ClangdServer 798 CB(clangd::prepareCallHierarchy(InpAST->AST, Pos, File)); in prepareCallHierarchy()
|
| H A D | ClangdLSPServer.cpp | 1285 Server->prepareCallHierarchy(Params.textDocument.uri.file(), Params.position, in onPrepareCallHierarchy()
|
| H A D | XRefs.cpp | 2122 prepareCallHierarchy(ParsedAST &AST, Position Pos, PathRef TUPath) { in prepareCallHierarchy() function
|