Lines Matching refs:getBoolean
322 SemanticHighlighting->getBoolean("semanticHighlighting")) in fromJSON()
328 if (auto CategorySupport = Diagnostics->getBoolean("categorySupport")) in fromJSON()
330 if (auto CodeActions = Diagnostics->getBoolean("codeActionsInline")) in fromJSON()
332 if (auto RelatedInfo = Diagnostics->getBoolean("relatedInformation")) in fromJSON()
337 if (auto SnippetSupport = Item->getBoolean("snippetSupport")) in fromJSON()
358 if (auto EditsNearCursor = Completion->getBoolean("editsNearCursor")) in fromJSON()
367 DocumentSymbol->getBoolean("hierarchicalDocumentSymbolSupport")) in fromJSON()
382 if (auto OffsetSupport = Parameter->getBoolean("labelOffsetSupport")) in fromJSON()
395 if (auto RenameSupport = Rename->getBoolean("prepareSupport")) in fromJSON()
414 if (auto RefreshSupport = SemanticTokens->getBoolean("refreshSupport")) in fromJSON()
419 if (auto WorkDoneProgress = Window->getBoolean("workDoneProgress")) in fromJSON()
421 if (auto Implicit = Window->getBoolean("implicitWorkDoneProgressCreate")) in fromJSON()
426 if (auto Cancel = StaleRequestSupport->getBoolean("cancel")) in fromJSON()