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.h3101 TrailingCommaStyle InsertTrailingCommas; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1091 IO.mapOptional("InsertTrailingCommas", Style.InsertTrailingCommas); in mapping()
1616 LLVMStyle.InsertTrailingCommas = FormatStyle::TCS_None; in getLLVMStyle()
2199 if (Style->InsertTrailingCommas != FormatStyle::TCS_None && in parseConfiguration()
3946 Style.InsertTrailingCommas == FormatStyle::TCS_Wrapped) { in reformat()