Home
last modified time | relevance | path

Searched refs:SBPO_Always (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h328 SBPO_Always enumerator
/external/clang/unittests/Format/
DFormatTest.cpp7512 Space.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
8184 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
8188 FormatStyle::SBPO_Always); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst346 * ``SBPO_Always`` (in configuration: ``Always``)
/external/clang/lib/Format/
DFormat.cpp120 IO.enumCase(Value, "Always", FormatStyle::SBPO_Always); in enumeration()
451 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in getGNUStyle()
DTokenAnnotator.cpp1544 (Style.SpaceBeforeParens == FormatStyle::SBPO_Always && in spaceRequiredBetween()