reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
138 llvm::Optional<bool> getBoolean(StringRef K) const;
279 SemanticHighlighting->getBoolean("semanticHighlighting")) 283 if (auto CategorySupport = Diagnostics->getBoolean("categorySupport")) 285 if (auto CodeActions = Diagnostics->getBoolean("codeActionsInline")) 287 if (auto RelatedInfo = Diagnostics->getBoolean("relatedInformation")) 292 if (auto SnippetSupport = Item->getBoolean("snippetSupport")) 302 if (auto EditsNearCursor = Completion->getBoolean("editsNearCursor")) 311 DocumentSymbol->getBoolean("hierarchicalDocumentSymbolSupport")) 329 if (auto OffsetSupport = Parameter->getBoolean("labelOffsetSupport")) 335 if (auto RenameSupport = Rename->getBoolean("prepareSupport"))tools/lldb/tools/lldb-vscode/JSONUtils.cpp
70 if (auto value = obj.getBoolean(key))