Searched defs:InactiveRegions (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | ClangdServer.h | 91 onInactiveRegionsReady(PathRef File,std::vector<Range> InactiveRegions) onInactiveRegionsReady() argument |
H A D | Protocol.cpp | 373 if (auto *InactiveRegions = in fromJSON() local |
H A D | Protocol.h | 566 bool InactiveRegions = false; global() member |
H A D | SemanticHighlighting.cpp | 1552 std::vector<Range> InactiveRegions; getInactiveRegions() local |
H A D | ClangdLSPServer.cpp | 1814 onInactiveRegionsReady(PathRef File,std::vector<Range> InactiveRegions) onInactiveRegionsReady() argument |
/llvm-project/clang-tools-extra/clangd/unittests/ | ||
H A D | ClangdTests.cpp | 1315 TEST(ClangdServer,InactiveRegions) TEST() argument |