Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp40 return V->getAsNull(); in getNull()
183 return *L.getAsNull() == *R.getAsNull(); in operator ==()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h398 llvm::Optional<std::nullptr_t> getAsNull() const { in getAsNull() function
687 if (auto S = E.getAsNull()) { in fromJSON()
696 if (E.getAsNull()) { in fromJSON()