Searched defs:BigIntLiteral (Results 1 – 2 of 2) sorted by relevance
31 …explicit BigIntLiteral(util::StringView const src) : Literal(AstNodeType::BIGINT_LITERAL), src_(sr… in BigIntLiteral() function
35 … explicit BigIntLiteral(util::StringView src) : Literal(AstNodeType::BIGINT_LITERAL), src_(src) {} in BigIntLiteral() function