Searched refs:BS_Attach (Results 1 – 5 of 5) sorted by relevance
268 BS_Attach, enumerator
81 IO.enumCase(Value, "Attach", FormatStyle::BS_Attach); in enumeration()319 LLVMStyle.BreakBeforeBraces = FormatStyle::BS_Attach; in getLLVMStyle()606 return Style.BreakBeforeBraces == FormatStyle::BS_Attach in tryFitMultipleLinesInOne()611 Style.BreakBeforeBraces != FormatStyle::BS_Attach) { in tryFitMultipleLinesInOne()
757 if (Style.BreakBeforeBraces != FormatStyle::BS_Attach) in parseStructuralElement()
155 * ``BS_Attach`` (in configuration: ``Attach``)
2113 Style.BreakBeforeBraces = FormatStyle::BS_Attach; in TEST_F()8204 FormatStyle::BS_Attach); in TEST_F()