Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp45 return V->getAsBoolean(); in getBoolean()
185 return *L.getAsBoolean() == *R.getAsBoolean(); in operator ==()
747 OS << (*V.getAsBoolean() ? "true" : "false"); in value()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp63 if (auto b = value.getAsBoolean()) in ParseJSONValue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h403 llvm::Optional<bool> getAsBoolean() const { in getAsBoolean() function
679 if (auto S = E.getAsBoolean()) { in fromJSON()