Home
last modified time | relevance | path

Searched refs:BreakBeforeConceptDeclarations (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libcxx/
H A D.clang-format59 BreakBeforeConceptDeclarations: true
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h1665 BreakBeforeConceptDeclarationsStyle BreakBeforeConceptDeclarations; member
3883 BreakBeforeConceptDeclarations == R.BreakBeforeConceptDeclarations &&
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20728 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()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp699 Style.BreakBeforeConceptDeclarations); in mapping()
1211 LLVMStyle.BreakBeforeConceptDeclarations = FormatStyle::BBCDS_Always; in getLLVMStyle()
H A DTokenAnnotator.cpp4359 return Style.BreakBeforeConceptDeclarations == FormatStyle::BBCDS_Always; in mustBreakBefore()
4797 return Style.BreakBeforeConceptDeclarations != FormatStyle::BBCDS_Never; in canBreakBefore()
H A DContinuationIndenter.cpp513 switch (Style.BreakBeforeConceptDeclarations) { in mustBreak()
/llvm-project-15.0.7/clang/docs/
H A DReleaseNotes.rst747 - Changed ``BreakBeforeConceptDeclarations`` from ``Boolean`` to an enum.
H A DClangFormatStyleOptions.rst2201 **BreakBeforeConceptDeclarations** (``BreakBeforeConceptDeclarationsStyle``) :versionbadge:`clang-f…