Searched refs:getBoolean (Results 1 – 12 of 12) sorted by relevance
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()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()[all …]
289 setBoolean(Other.getBoolean()); in operator =()338 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
111 return Value.getBoolean();
279 bool getBoolean() const;
96 EXPECT_EQ(true, Value.getBoolean()); in TEST()
94 EXPECT_TRUE(Sema.Values[0].getBoolean()); in TEST()95 EXPECT_FALSE(Sema.Values[1].getBoolean()); in TEST()
403 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
141 llvm::Optional<bool> getBoolean(StringRef K) const;
777 bool getBoolean(const SMTExprRef &Exp) override { in getBoolean() function in __anonae660b540111::Z3Solver837 Int = llvm::APSInt(llvm::APInt(Int.getBitWidth(), getBoolean(AST)), in toAPSInt()
44 llvm::Optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
77 if (auto value = obj.getBoolean(key)) in GetBoolean()
267 documentSymbol->getBoolean("hierarchicalDocumentSymbolSupport")) in fromJSON()