Searched defs:NumberType (Results 1 – 5 of 5) sorted by relevance
22 struct NumberType { struct23 constexpr NumberType() {}; in NumberType() argument24 std::string getName() const { return "number"; } in getName()25 bool operator==(const NumberType&) const { return true; } in operator ==()
108 [&] (const type::NumberType&) { in interpolatable()125 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()163 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertLiteral()602 [&] (const type::NumberType&) -> optional<std::unique_ptr<Expression>> { in convertFunctionToExpression()
87 [](const type::NumberType&) { return "to-number"; }, in getOperator()
237 [&](const type::NumberType&) -> ParseResult { in createInterpolate()
311 [&](const type::NumberType&) { in parseMatch()