Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DJSON.cpp42 return V->getAsNull(); in getNull()
188 return *L.getAsNull() == *R.getAsNull(); in operator ==()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DJSON.h404 std::optional<std::nullptr_t> getAsNull() const { in getAsNull() function
757 if (auto S = E.getAsNull()) { in fromJSON()
766 if (E.getAsNull()) { in fromJSON()
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DStructuredData.cpp77 if (auto n = value.getAsNull()) in ParseJSONValue()