Home
last modified time | relevance | path

Searched refs:BraceBreakingStyle (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h223 enum BraceBreakingStyle { enum
248 BraceBreakingStyle BreakBeforeBraces;
/external/llvm-project/clang/include/clang/Format/
DFormat.h720 enum BraceBreakingStyle { enum
887 BraceBreakingStyle BreakBeforeBraces;
/external/clang/lib/Format/
DFormat.cpp112 template <> struct ScalarEnumerationTraits<FormatStyle::BraceBreakingStyle> {
113 static void enumeration(IO &IO, FormatStyle::BraceBreakingStyle &Value) { in enumeration()
/external/llvm-project/clang/lib/Format/
DFormat.cpp179 template <> struct ScalarEnumerationTraits<FormatStyle::BraceBreakingStyle> {
180 static void enumeration(IO &IO, FormatStyle::BraceBreakingStyle &Value) { in enumeration()
/external/clang/docs/
DClangFormatStyleOptions.rst371 **BreakBeforeBraces** (``BraceBreakingStyle``)
/external/llvm-project/clang/unittests/Format/
DFormatTest.cpp1578 Style.BreakBeforeBraces = FormatStyle::BraceBreakingStyle::BS_Custom; in TEST_F()
1752 Style.BreakBeforeBraces = FormatStyle::BraceBreakingStyle::BS_Custom; in TEST_F()
/external/llvm-project/clang/docs/
DClangFormatStyleOptions.rst1198 **BreakBeforeBraces** (``BraceBreakingStyle``)