Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3077 RCPS_WithPreceding, enumerator
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp523 IO.enumCase(Value, "WithPreceding", FormatStyle::RCPS_WithPreceding); in enumeration()
3220 case FormatStyle::RCPS_WithPreceding: in reformat()
H A DContinuationIndenter.cpp525 case FormatStyle::RCPS_WithPreceding: in mustBreak()
H A DTokenAnnotator.cpp4365 case FormatStyle::RCPS_WithPreceding: in mustBreakBefore()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20719 FormatStyle::RCPS_WithPreceding); in TEST_F()
24645 Style.RequiresClausePosition = FormatStyle::RCPS_WithPreceding; in TEST_F()
24646 ColumnStyle.RequiresClausePosition = FormatStyle::RCPS_WithPreceding; in TEST_F()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3767 * ``RCPS_WithPreceding`` (in configuration: ``WithPreceding``)