Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h743 SFS_None, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp590 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
591 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
1898 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
H A DTokenAnnotator.cpp5063 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()