Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DProtocol.cpp37 if (!v || v->getAsNull()) in mapOptOrNull()
/llvm-project-15.0.7/llvm/lib/Support/
H A DJSON.cpp41 return V->getAsNull(); in getNull()
187 return *L.getAsNull() == *R.getAsNull(); in operator ==()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DJSON.h403 llvm::Optional<std::nullptr_t> getAsNull() const { in getAsNull() function
756 if (auto S = E.getAsNull()) { in fromJSON()
765 if (E.getAsNull()) { in fromJSON()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DProtocol.cpp37 if (!V || V->getAsNull()) in mapOptOrNull()
783 if (!C.argument.getAsNull()) in toJSON()
1353 if (!K.getAsNull()) in toJSON()
/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DProtocol.cpp40 if (!v || v->getAsNull()) in mapOptOrNull()