Searched refs:BreakBeforeConceptDeclarations (Results 1 – 8 of 8) sorted by relevance
59 BreakBeforeConceptDeclarations: true
1665 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations; member3883 BreakBeforeConceptDeclarations == R.BreakBeforeConceptDeclarations &&
20728 BreakBeforeConceptDeclarations, FormatStyle::BBCDS_Never); in TEST_F()20730 BreakBeforeConceptDeclarations, FormatStyle::BBCDS_Always); in TEST_F()20732 BreakBeforeConceptDeclarations, FormatStyle::BBCDS_Allowed); in TEST_F()20735 BreakBeforeConceptDeclarations, FormatStyle::BBCDS_Always); in TEST_F()20737 BreakBeforeConceptDeclarations, FormatStyle::BBCDS_Allowed); in TEST_F()24072 EXPECT_EQ(getLLVMStyle().BreakBeforeConceptDeclarations, in TEST_F()24341 Style.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Allowed; in TEST_F()24385 Style.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Never; in TEST_F()
699 Style.BreakBeforeConceptDeclarations); in mapping()1211 LLVMStyle.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Always; in getLLVMStyle()
4359 return Style.BreakBeforeConceptDeclarations == FormatStyle::BBCDS_Always; in mustBreakBefore()4797 return Style.BreakBeforeConceptDeclarations != FormatStyle::BBCDS_Never; in canBreakBefore()
513 switch (Style.BreakBeforeConceptDeclarations) { in mustBreak()
747 - Changed ``BreakBeforeConceptDeclarations`` from ``Boolean`` to an enum.
2201 **BreakBeforeConceptDeclarations** (``BreakBeforeConceptDeclarationsStyle``) :versionbadge:`clang-f…