Home
last modified time | relevance | path

Searched refs:DecimalMinDigits (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp74 const auto DecimalMinDigits = in process() local
75 std::max((int)Option.DecimalMinDigits, Decimal + 1); in process()
138 auto MinDigits = DecimalMinDigits; in process()
H A DFormat.cpp375 IO.mapOptional("DecimalMinDigits", Base.DecimalMinDigits); in mapping()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2861 int8_t DecimalMinDigits; member
2880 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&