Home
last modified time | relevance | path

Searched refs:getAsNull (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp44 return V->getAsNull(); in getNull()
192 return *L.getAsNull() == *R.getAsNull(); in operator ==()
H A DMustache.cpp21 return V.getAsNull() || (V.getAsBoolean() && !V.getAsBoolean().value()) || in isFalsey()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h407 std::optional<std::nullptr_t> getAsNull() const { in getAsNull() function
797 if (auto S = E.getAsNull()) { in fromJSON()
806 if (E.getAsNull()) { in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp80 if (auto n = value.getAsNull()) in ParseJSONValue()