Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2211 BS_Custom enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp179 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
1372 if (Expanded.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresetsBraceWrapping()
2007 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in getMicrosoftStyle()