Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp77 const auto DecimalMinDigits = in process() local
78 std::max((int)Option.DecimalMinDigits, Decimal + 1); in process()
141 auto MinDigits = DecimalMinDigits; in process()
H A DFormat.cpp390 IO.mapOptional("DecimalMinDigits", Base.DecimalMinDigits); in mapping()
2035 Style.IntegerLiteralSeparator.DecimalMinDigits = 5; in getClangFormatStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3153 int8_t DecimalMinDigits; member
3172 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&