Searched refs:findImplementations (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/ |
D | XRefs.h | 87 std::vector<LocatedSymbol> findImplementations(ParsedAST &AST, Position Pos,
|
D | ClangdServer.h | 255 void findImplementations(PathRef File, Position Pos,
|
D | ClangdServer.cpp | 697 void ClangdServer::findImplementations( in findImplementations() function in clang::clangd::ClangdServer 703 CB(clangd::findImplementations(InpAST->AST, Pos, Index)); in findImplementations()
|
D | XRefs.cpp | 1128 std::vector<LocatedSymbol> findImplementations(ParsedAST &AST, Position Pos, in findImplementations() function
|
D | ClangdLSPServer.cpp | 1319 Server->findImplementations( in onGoToImplementation()
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | XRefsTests.cpp | 1499 EXPECT_THAT(findImplementations(AST, Point, TU.index().get()), in TEST() 1523 findImplementations(AST, Code.point(), TU.index().get()), in TEST()
|