Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2809 TrailingCommaStyle InsertTrailingCommas; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1006 IO.mapOptional("InsertTrailingCommas", Style.InsertTrailingCommas); in mapping()
1508 LLVMStyle.InsertTrailingCommas = FormatStyle::TCS_None; in getLLVMStyle()
2042 if (Style->InsertTrailingCommas != FormatStyle::TCS_None && in parseConfiguration()
3716 Style.InsertTrailingCommas == FormatStyle::TCS_Wrapped) { in reformat()