Searched refs:SignedIntLiteralConstant (Results 1 – 8 of 8) sorted by relevance
60 constexpr Parser<SignedIntLiteralConstant> signedIntLiteralConstant; // R707
234 TYPE_PARSER(sourced(construct<SignedIntLiteralConstant>(
177 void Unparse(const SignedIntLiteralConstant &x) { // R707 in Unparse()
562 template <typename V> void Walk(const SignedIntLiteralConstant &x, V &visitor) { in Walk()569 template <typename M> void Walk(SignedIntLiteralConstant &x, M &mutator) { in Walk()
642 NODE(parser, SignedIntLiteralConstant) in NODE()817 std::is_same_v<T, SignedIntLiteralConstant>) { in AsFortran()
759 struct SignedIntLiteralConstant { struct760 TUPLE_CLASS_BOILERPLATE(SignedIntLiteralConstant);806 std::variant<SignedIntLiteralConstant, SignedRealLiteralConstant,1429 std::variant<LiteralConstant, SignedIntLiteralConstant,
240 MaybeExpr Analyze(const parser::SignedIntLiteralConstant &);
546 const parser::SignedIntLiteralConstant &x) { in Analyze()