Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DDefinitionBlockSeparatorTest.cpp536 Style.AllowShortEnumsOnASingleLine = false; in TEST_F()
577 Style.AllowShortEnumsOnASingleLine = false; in TEST_F()
H A DFormatTestCSharp.cpp1265 Style.AllowShortEnumsOnASingleLine = false; in TEST_F()
1294 Style.AllowShortEnumsOnASingleLine = false; in TEST_F()
H A DFormatTest.cpp2777 EXPECT_TRUE(Style.AllowShortEnumsOnASingleLine); in TEST_F()
2781 Style.AllowShortEnumsOnASingleLine = false; in TEST_F()
20048 CHECK_PARSE_BOOL(AllowShortEnumsOnASingleLine); in TEST_F()
24806 Style.AllowShortEnumsOnASingleLine = false; in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h433 bool AllowShortEnumsOnASingleLine; member
3863 AllowShortEnumsOnASingleLine == R.AllowShortEnumsOnASingleLine &&
/llvm-project-15.0.7/clang/lib/Format/
H A DUnwrappedLineParser.cpp2305 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
2360 if (IsEnum && !Style.AllowShortEnumsOnASingleLine) in parseBracedList()
3521 if (!Style.AllowShortEnumsOnASingleLine && in parseEnum()
3527 if (!Style.AllowShortEnumsOnASingleLine) { in parseEnum()
3533 if (!Style.AllowShortEnumsOnASingleLine) in parseEnum()
H A DFormat.cpp655 Style.AllowShortEnumsOnASingleLine); in mapping()
1196 LLVMStyle.AllowShortEnumsOnASingleLine = true; in getLLVMStyle()
1642 Style.AllowShortEnumsOnASingleLine = false; in getMicrosoftStyle()
H A DUnwrappedLineFormatter.cpp497 ShouldMerge = Style.AllowShortEnumsOnASingleLine; in tryFitMultipleLinesInOne()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst948 **AllowShortEnumsOnASingleLine** (``Boolean``) :versionbadge:`clang-format 11`