Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp47 return V->getAsBoolean(); in getBoolean()
190 return *L.getAsBoolean() == *R.getAsBoolean(); in operator ==()
764 OS << (*V.getAsBoolean() ? "true" : "false"); in value()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp68 if (auto b = value.getAsBoolean()) in ParseJSONValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h409 std::optional<bool> getAsBoolean() const { in getAsBoolean() function
741 if (auto S = E.getAsBoolean()) { in fromJSON()