Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3091 RCPS_WithFollowing, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DContinuationIndenter.cpp1188 case FormatStyle::RCPS_WithFollowing: in getNewLineColumn()
H A DFormat.cpp524 IO.enumCase(Value, "WithFollowing", FormatStyle::RCPS_WithFollowing); in enumeration()
H A DTokenAnnotator.cpp4346 case FormatStyle::RCPS_WithFollowing: in mustBreakBefore()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20721 FormatStyle::RCPS_WithFollowing); in TEST_F()
24582 Style.RequiresClausePosition = FormatStyle::RCPS_WithFollowing; in TEST_F()
24583 ColumnStyle.RequiresClausePosition = FormatStyle::RCPS_WithFollowing; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3786 * ``RCPS_WithFollowing`` (in configuration: ``WithFollowing``)