Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h566 SBPO_Always enumerator
/external/clang/lib/Format/
DFormat.cpp192 IO.enumCase(Value, "Always", FormatStyle::SBPO_Always); in enumeration()
699 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in getGNUStyle()
DTokenAnnotator.cpp2067 (Style.SpaceBeforeParens == FormatStyle::SBPO_Always && in spaceRequiredBetween()
2178 return Style.SpaceBeforeParens == FormatStyle::SBPO_Always; in spaceRequiredBefore()
2231 return Style.SpaceBeforeParens == FormatStyle::SBPO_Always; in spaceRequiredBefore()
/external/clang/unittests/Format/
DFormatTest.cpp8905 Space.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
10297 Style.SpaceBeforeParens = FormatStyle::SBPO_Always; in TEST_F()
10301 FormatStyle::SBPO_Always); in TEST_F()
/external/clang/docs/
DClangFormatStyleOptions.rst688 * ``SBPO_Always`` (in configuration: ``Always``)