Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h816 SFS_None, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp583 IO.enumCase(Value, "None", FormatStyle::SFS_None); in enumeration()
584 IO.enumCase(Value, "false", FormatStyle::SFS_None); in enumeration()
1919 Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None; in getMicrosoftStyle()
H A DTokenAnnotator.cpp5554 return Style.AllowShortFunctionsOnASingleLine == FormatStyle::SFS_None || in mustBreakBefore()