Searched defs:IntegerExpr (Results 1 – 1 of 1) sorted by relevance
1705 class IntegerExpr : public Expr { class1710 IntegerExpr(StringView Type_, StringView Value_) : Type(Type_), Value(Value_) {} in IntegerExpr() function in __anon8e39910a0111::IntegerExpr