Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4168 SUD_Never, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp643 IO.enumCase(Value, "Never", FormatStyle::SUD_Never); in enumeration()
649 IO.enumCase(Value, "false", FormatStyle::SUD_Never); in enumeration()
1945 NoStyle.SortUsingDeclarations = FormatStyle::SUD_Never; in getNoStyle()
3726 if (Style.SortUsingDeclarations != FormatStyle::SUD_Never) { in reformat()