Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3060 RCPS_OwnLine, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp522 IO.enumCase(Value, "OwnLine", FormatStyle::RCPS_OwnLine); in enumeration()
1289 LLVMStyle.RequiresClausePosition = FormatStyle::RCPS_OwnLine; in getLLVMStyle()
H A DTokenAnnotator.cpp4345 case FormatStyle::RCPS_OwnLine: in mustBreakBefore()
4364 case FormatStyle::RCPS_OwnLine: in mustBreakBefore()
H A DContinuationIndenter.cpp1187 case FormatStyle::RCPS_OwnLine: in getNewLineColumn()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20725 FormatStyle::RCPS_OwnLine); in TEST_F()
24448 EXPECT_EQ(Style.RequiresClausePosition, FormatStyle::RCPS_OwnLine); in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3749 * ``RCPS_OwnLine`` (in configuration: ``OwnLine``)