Searched defs:StringType (Results 1 – 3 of 3) sorted by relevance
34 struct StringType { struct35 constexpr StringType() {}; in StringType() function36 std::string getName() const { return "string"; } in getName()37 bool operator==(const StringType&) const { return true; } in operator ==()
139 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()176 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()599 [&] (const type::StringType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression()
314 [&](const type::StringType&) { in parseMatch()