Searched refs:DecimalMinDigits (Results 1 – 3 of 3) sorted by relevance
74 const auto DecimalMinDigits = in process() local75 std::max((int)Option.DecimalMinDigits, Decimal + 1); in process()138 auto MinDigits = DecimalMinDigits; in process()
358 IO.mapOptional("DecimalMinDigits", Base.DecimalMinDigits); in mapping()1933 Style.IntegerLiteralSeparator.DecimalMinDigits = 5; in getClangFormatStyle()
2991 int8_t DecimalMinDigits; member3010 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&