Searched defs:ObjectType (Results 1 – 2 of 2) sorted by relevance
46 struct ObjectType { struct47 constexpr ObjectType() {}; in ObjectType() function48 std::string getName() const { return "object"; } in getName()49 bool operator==(const ObjectType&) const { return true; } in operator ==()
199 [&] (const type::ObjectType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()