Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4501 SIPO_Custom, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp749 IO.enumCase(Value, "Custom", FormatStyle::SIPO_Custom); in enumeration()
1174 if (Style.SpacesInParens != FormatStyle::SIPO_Custom && in mapping()
1195 Style.SpacesInParens = FormatStyle::SIPO_Custom; in mapping()
1395 if (Expanded.SpacesInParens == FormatStyle::SIPO_Custom) in expandPresetsSpacesInParens()