Home
last modified time | relevance | path

Searched refs:getAsBoolean (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp49 return V->getAsBoolean(); in getBoolean()
192 return *L.getAsBoolean() == *R.getAsBoolean(); in operator ==()
762 OS << (*V.getAsBoolean() ? "true" : "false"); in value()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp68 if (auto b = value.getAsBoolean()) in ParseJSONValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h412 std::optional<bool> getAsBoolean() const { in getAsBoolean() function
764 if (auto S = E.getAsBoolean()) { in fromJSON()