Home
last modified time | relevance | path

Searched refs:findType (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.h108 std::vector<LocatedSymbol> findType(ParsedAST &AST, Position Pos);
H A DClangdServer.h297 void findType(PathRef File, Position Pos,
H A DClangdServer.cpp863 void ClangdServer::findType(llvm::StringRef File, Position Pos, in findType() function in clang::clangd::ClangdServer
869 CB(clangd::findType(InpAST->AST, Pos)); in findType()
H A DClangdLSPServer.cpp1402 Server->findType( in onGoToType()
H A DXRefs.cpp1960 std::vector<LocatedSymbol> findType(ParsedAST &AST, Position Pos) { in findType() function
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DXRefsTests.cpp1871 EXPECT_THAT(findType(AST, Pos), in TEST()
1884 EXPECT_THAT(findType(AST, A.point()), in TEST()