Searched refs:findType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.h | 108 std::vector<LocatedSymbol> findType(ParsedAST &AST, Position Pos);
|
| H A D | ClangdServer.h | 297 void findType(PathRef File, Position Pos,
|
| H A D | ClangdServer.cpp | 863 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 D | ClangdLSPServer.cpp | 1402 Server->findType( in onGoToType()
|
| H A D | XRefs.cpp | 1960 std::vector<LocatedSymbol> findType(ParsedAST &AST, Position Pos) { in findType() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | XRefsTests.cpp | 1871 EXPECT_THAT(findType(AST, Pos), in TEST() 1884 EXPECT_THAT(findType(AST, A.point()), in TEST()
|