Searched defs:NullType (Results 1 – 2 of 2) sorted by relevance
16 struct NullType { struct17 constexpr NullType() {}; in NullType() argument18 std::string getName() const { return "null"; } in getName()19 bool operator==(const NullType&) const { return true; } in operator ==()
195 [&] (const type::NullType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()