Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h524 SBPO_Always enumerator
/external/clang/lib/Format/
DTokenAnnotator.cpp1956 (Style.SpaceBeforeParens == FormatStyle::SBPO_Always && in spaceRequiredBetween()
2055 return Style.SpaceBeforeParens == FormatStyle::SBPO_Always; in spaceRequiredBefore()
2101 return Style.SpaceBeforeParens == FormatStyle::SBPO_Always; in spaceRequiredBefore()
DFormat.cpp174 IO.enumCase(Value, "Always", FormatStyle::SBPO_Always); in enumeration()
664 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in getGNUStyle()
/external/clang/unittests/Format/
DFormatTest.cpp8471 Space.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
9857 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
9861 FormatStyle::SBPO_Always); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst597 * ``SBPO_Always`` (in configuration: ``Always``)