Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2960 struct IntegerLiteralSeparatorStyle { struct
3008 bool operator==(const IntegerLiteralSeparatorStyle &R) const {
3018 IntegerLiteralSeparatorStyle IntegerLiteralSeparator;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp353 template <> struct MappingTraits<FormatStyle::IntegerLiteralSeparatorStyle> {
354 static void mapping(IO &IO, FormatStyle::IntegerLiteralSeparatorStyle &Base) { in mapping()