Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp44 return V->getAsNull(); in getNull()
190 return *L.getAsNull() == *R.getAsNull(); in operator ==()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h407 std::optional<std::nullptr_t> getAsNull() const { in getAsNull() function
780 if (auto S = E.getAsNull()) { in fromJSON()
789 if (E.getAsNull()) { in fromJSON()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp80 if (auto n = value.getAsNull()) in ParseJSONValue()