Home
last modified time | relevance | path

Searched defs:InactiveRegions (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DClangdServer.h91 onInactiveRegionsReady(PathRef File,std::vector<Range> InactiveRegions) onInactiveRegionsReady() argument
H A DProtocol.cpp373 if (auto *InactiveRegions = in fromJSON() local
1277 toJSON(const InactiveRegionsParams & InactiveRegions) toJSON() argument
[all...]
H A DProtocol.h566 bool InactiveRegions = false; global() member
1878 std::vector<Range> InactiveRegions; global() member
H A DSemanticHighlighting.cpp1552 std::vector<Range> InactiveRegions; getInactiveRegions() local
H A DClangdLSPServer.cpp1814 onInactiveRegionsReady(PathRef File,std::vector<Range> InactiveRegions) onInactiveRegionsReady() argument
/llvm-project/clang-tools-extra/clangd/unittests/
H A DClangdTests.cpp1315 TEST(ClangdServer,InactiveRegions) TEST() argument