Home
last modified time | relevance | path

Searched refs:SIPO_Custom (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4943 SIPO_Custom, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp800 IO.enumCase(Value, "Custom", FormatStyle::SIPO_Custom); in enumeration()
1275 if (Style.SpacesInParens != FormatStyle::SIPO_Custom && in mapping()
1296 Style.SpacesInParens = FormatStyle::SIPO_Custom; in mapping()
1496 if (Expanded.SpacesInParens == FormatStyle::SIPO_Custom) in expandPresetsSpacesInParens()
H A DTokenAnnotator.cpp4518 if (Style.SpacesInParens == FormatStyle::SIPO_Custom) { in spaceRequiredBetween()