Home
last modified time | relevance | path

Searched refs:IntegerLiteralSeparatorStyle (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2830 struct IntegerLiteralSeparatorStyle { struct
2878 bool operator==(const IntegerLiteralSeparatorStyle &R) const {
2888 IntegerLiteralSeparatorStyle IntegerLiteralSeparator;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp370 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> {
371 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping()