Searched refs:DecimalMinDigits (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/Format/
H A DFormat.h2505 /// ``DecimalMinDigits``, and ``HexMinDigits``) the integer literal must
2534 /// // DecimalMinDigits: 5
2538 int8_t DecimalMinDigits; member in struct:clang::format::IntegerLiteralSeparatorStyle
2557 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DFormat.cpp353 IO.mapOptional("DecimalMinDigits", Base.DecimalMinDigits);
1400 /*Decimal=*/0, /*DecimalMinDigits=*/0,

Completed in 200 milliseconds