Searched refs:SpacesInParens (Results 1 – 3 of 3) sorted by relevance
4675 SpacesInParensStyle SpacesInParens; member5148 SpacesInParens == R.SpacesInParens &&
1113 IO.mapOptional("SpacesInParens", Style.SpacesInParens); in mapping()1184 if (Style.SpacesInParens != FormatStyle::SIPO_Custom && in mapping()1205 Style.SpacesInParens = FormatStyle::SIPO_Custom; in mapping()1405 if (Expanded.SpacesInParens == FormatStyle::SIPO_Custom) in expandPresetsSpacesInParens()1407 assert(Expanded.SpacesInParens == FormatStyle::SIPO_Never); in expandPresetsSpacesInParens()1584 LLVMStyle.SpacesInParens = FormatStyle::SIPO_Never; in getLLVMStyle()
4400 if (Style.SpacesInParens == FormatStyle::SIPO_Custom && in spaceRequiredBetween()