Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCallHierarchyTests.cpp79 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 Dcall-hierarchy.test6 {"jsonrpc":"2.0","id":1,"method":"textDocument/prepareCallHierarchy","params":{"position":{"charact…
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.h144 prepareCallHierarchy(ParsedAST &AST, Position Pos, PathRef TUPath);
H A DClangdServer.h270 void prepareCallHierarchy(PathRef File, Position Pos,
H A DClangdServer.cpp792 void ClangdServer::prepareCallHierarchy( in prepareCallHierarchy() function in clang::clangd::ClangdServer
798 CB(clangd::prepareCallHierarchy(InpAST->AST, Pos, File)); in prepareCallHierarchy()
H A DClangdLSPServer.cpp1285 Server->prepareCallHierarchy(Params.textDocument.uri.file(), Params.position, in onPrepareCallHierarchy()
H A DXRefs.cpp2122 prepareCallHierarchy(ParsedAST &AST, Position Pos, PathRef TUPath) { in prepareCallHierarchy() function