Home
last modified time | relevance | path

Searched refs:BS_Attach (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h314 BS_Attach, enumerator
/external/clang/lib/Format/
DUnwrappedLineFormatter.cpp76 return Style.BreakBeforeBraces == FormatStyle::BS_Attach in tryFitMultipleLinesInOne()
81 Style.BreakBeforeBraces != FormatStyle::BS_Attach) { in tryFitMultipleLinesInOne()
DFormat.cpp94 IO.enumCase(Value, "Attach", FormatStyle::BS_Attach); in enumeration()
345 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()
DUnwrappedLineParser.cpp821 if (Style.BreakBeforeBraces != FormatStyle::BS_Attach) in parseStructuralElement()
/external/clang/docs/
DClangFormatStyleOptions.rst250 * ``BS_Attach`` (in configuration: ``Attach``)
/external/clang/unittests/Format/
DFormatTest.cpp2325 Style.BreakBeforeBraces = FormatStyle::BS_Attach; in TEST_F()
9036 FormatStyle::BS_Attach); in TEST_F()