Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp353 IO.mapOptional("DecimalMinDigits", Base.DecimalMinDigits); in mapping()
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2538 int8_t DecimalMinDigits; member
2557 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3377 ``DecimalMinDigits``, and ``HexMinDigits``) the integer literal must
3406 …* ``int8_t DecimalMinDigits`` Format separators in decimal literals with a minimum number of digit…
3411 // DecimalMinDigits: 5