Home | History | Annotate | Download | only in Format

Lines Matching refs:SFS_None

73     IO.enumCase(Value, "None", FormatStyle::SFS_None);
74 IO.enumCase(Value, "false", FormatStyle::SFS_None);
435 GoogleStyle.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;