Home
last modified time | relevance | path

Searched refs:SBPO_Custom (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h3447 SBPO_Custom, enumerator
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp15311 SpaceControlStatements.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
15337 SpaceFuncDecl.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
15372 SpaceFuncDef.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
15408 SpaceIfMacros.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
15418 SpaceForeachMacros.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
15435 SomeSpace2.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
15491 SpaceAfterOverloadedOperator.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
15509 SpaceAfterRequires.SpaceBeforeParens = FormatStyle::SBPO_Custom; in TEST_F()
20431 FormatStyle::SBPO_Custom); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp540 IO.enumCase(Value, "Custom", FormatStyle::SBPO_Custom); in enumeration()
1149 if (Expanded.SpaceBeforeParens == FormatStyle::SBPO_Custom) in expandPresetsSpaceBeforeParens()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst4184 * ``SBPO_Custom`` (in configuration: ``Custom``)