Searched refs:getAsNull (Results 1 – 4 of 4) sorted by relevance
44 return V->getAsNull(); in getNull()192 return *L.getAsNull() == *R.getAsNull(); in operator ==()
21 return V.getAsNull() || (V.getAsBoolean() && !V.getAsBoolean().value()) || in isFalsey()
407 std::optional<std::nullptr_t> getAsNull() const { in getAsNull() function797 if (auto S = E.getAsNull()) { in fromJSON()806 if (E.getAsNull()) { in fromJSON()
80 if (auto n = value.getAsNull()) in ParseJSONValue()