Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Format/ !
H A DFormat.h2159 BS_Custom enumerator
/src/contrib/llvm-project/clang/lib/Format/ !
H A DFormat.cpp166 IO.enumCase(Value, "Custom", FormatStyle::BS_Custom); in enumeration()
1281 if (Expanded.BreakBeforeBraces == FormatStyle::BS_Custom) in expandPresetsBraceWrapping()
1905 Style.BreakBeforeBraces = FormatStyle::BS_Custom; in getMicrosoftStyle()