Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h965 TrailingCommaStyle InsertTrailingCommas; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp670 IO.mapOptional("InsertTrailingCommas", Style.InsertTrailingCommas); in mapping()
1066 LLVMStyle.InsertTrailingCommas = FormatStyle::TCS_None; in getLLVMStyle()
1530 if (Style->InsertTrailingCommas != FormatStyle::TCS_None && in parseConfiguration()
2879 Style.InsertTrailingCommas == FormatStyle::TCS_Wrapped) in reformat()