Home
last modified time | relevance | path

Searched refs:getBoolean (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/clangd/
H A DProtocol.cpp370 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...]
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp290 setBoolean(Other.getBoolean()); in operator =()
339 bool VariantValue::getBoolean() const { in getBoolean() function in clang::ast_matchers::dynamic::VariantValue
H A DMarshallers.h110 return Value.getBoolean();
/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h279 bool getBoolean() const;
/llvm-project/clang/unittests/ASTMatchers/Dynamic/
H A DVariantValueTest.cpp96 EXPECT_EQ(true, Value.getBoolean()); in TEST()
H A DParserTest.cpp93 EXPECT_TRUE(Sema.Values[0].getBoolean()); in TEST()
94 EXPECT_FALSE(Sema.Values[1].getBoolean()); in TEST()
/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h416 virtual bool getBoolean(const SMTExprRef &Exp) = 0;
H A DJSON.h148 std::optional<bool> getBoolean(StringRef K) const;
/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp789 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
H A DJSON.cpp47 std::optional<bool> Object::getBoolean(StringRef K) const { in getBoolean() function in llvm::json::Object
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp106 if (auto value = obj.getBoolean(key)) in GetSigned()
/llvm-project/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp285 documentSymbol->getBoolean("hierarchicalDocumentSymbolSupport")) in fromJSON()