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.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.cpp358 IO.mapOptional("DecimalMinDigits", Base.DecimalMinDigits); in mapping()
1933 Style.IntegerLiteralSeparator.DecimalMinDigits = 5; in getClangFormatStyle()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2991 int8_t DecimalMinDigits; member
3010 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&