Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2939 TrailingCommaStyle InsertTrailingCommas; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1014 IO.mapOptional("InsertTrailingCommas", Style.InsertTrailingCommas); in mapping()
1523 LLVMStyle.InsertTrailingCommas = FormatStyle::TCS_None; in getLLVMStyle()
2066 if (Style->InsertTrailingCommas != FormatStyle::TCS_None && in parseConfiguration()
3758 Style.InsertTrailingCommas == FormatStyle::TCS_Wrapped) { in reformat()