Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h889 SLS_All, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp620 IO.enumCase(Value, "All", FormatStyle::SLS_All); in enumeration()
621 IO.enumCase(Value, "true", FormatStyle::SLS_All); in enumeration()
1433 LLVMStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All; in getLLVMStyle()
H A DTokenAnnotator.cpp5045 case FormatStyle::SLS_All: in mustBreakBefore()