Searched refs:getBoolean (Results 1 – 12 of 12) sorted by relevance
370 SemanticHighlighting->getBoolean("semanticHighlighting")) in fromJSON() 376 InactiveRegions->getBoolean("inactiveRegions")) { in fromJSON() 383 if (auto CategorySupport = Diagnostics->getBoolean("categorySupport")) in fromJSON() 385 if (auto CodeActions = Diagnostics->getBoolean("codeActionsInline")) in fromJSON() 387 if (auto RelatedInfo = Diagnostics->getBoolean("relatedInformation")) in fromJSON() 391 if (auto ContainerSupport = References->getBoolean("container")) in fromJSON() 395 if (auto SnippetSupport = Item->getBoolean("snippetSupport")) in fromJSON() 397 if (auto LabelDetailsSupport = Item->getBoolean("labelDetailsSupport")) in fromJSON() 418 if (auto EditsNearCursor = Completion->getBoolean("editsNearCursor")) in fromJSON() 427 DocumentSymbol->getBoolean("hierarchicalDocumentSymbolSuppor in fromJSON() [all...]
290 setBoolean(Other.getBoolean()); in operator =()339 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
110 return Value.getBoolean();
279 bool getBoolean() const;
96 EXPECT_EQ(true, Value.getBoolean()); in TEST()
93 EXPECT_TRUE(Sema.Values[0].getBoolean()); in TEST()94 EXPECT_FALSE(Sema.Values[1].getBoolean()); in TEST()
416 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
148 std::optional<bool> getBoolean(StringRef K) const;
789 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() 849 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt() 788 bool getBoolean(const SMTExprRef &Exp) override { getBoolean() function in __anon26d512570111::Z3Solver
47 std::optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
106 if (auto value = obj.getBoolean(key)) in GetSigned()
285 documentSymbol->getBoolean("hierarchicalDocumentSymbolSupport")) in fromJSON()