Lines Matching defs:InactiveRegions
373 if (auto *InactiveRegions =
376 InactiveRegions->getBoolean("inactiveRegions")) {
377 R.InactiveRegions = *InactiveRegionsSupport;
524 if (auto *InactiveRegions =
527 InactiveRegions->getBoolean("inactiveRegions")) {
528 R.InactiveRegions |= *InactiveRegionsSupport;
1316 llvm::json::Value toJSON(const InactiveRegionsParams &InactiveRegions) {
1318 {"textDocument", InactiveRegions.TextDocument},
1319 {"regions", std::move(InactiveRegions.InactiveRegions)}};