Searched refs:findDocumentHighlights (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.h | 77 std::vector<DocumentHighlight> findDocumentHighlights(ParsedAST &AST,
|
| H A D | ClangdServer.h | 246 void findDocumentHighlights(PathRef File, Position Pos,
|
| H A D | ClangdServer.cpp | 726 void ClangdServer::findDocumentHighlights( in findDocumentHighlights() function in clang::clangd::ClangdServer 732 CB(clangd::findDocumentHighlights(InpAST->AST, Pos)); in findDocumentHighlights()
|
| H A D | ClangdLSPServer.cpp | 1163 Server->findDocumentHighlights(Params.textDocument.uri.file(), in onDocumentHighlight()
|
| H A D | XRefs.cpp | 1232 std::vector<DocumentHighlight> findDocumentHighlights(ParsedAST &AST, in findDocumentHighlights() function
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SyncAPI.cpp | 96 Server.findDocumentHighlights(File, Pos, capture(Result)); in runFindDocumentHighlights()
|
| H A D | XRefsTests.cpp | 132 EXPECT_THAT(findDocumentHighlights(AST, T.point()), highlightsFrom(T)) in TEST() 269 EXPECT_THAT(findDocumentHighlights(AST, T.point()), highlightsFrom(T)) in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/tool/ |
| H A D | Check.cpp | 260 unsigned DocHighlights = findDocumentHighlights(*AST, Pos).size(); in testLocationFeatures()
|