Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h779 BS_Custom enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp180 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
651 if (Style.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresets()
1104 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in getMicrosoftStyle()