Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h962 SLS_All, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp613 IO.enumCase(Value, "All", FormatStyle::SLS_All); in enumeration()
614 IO.enumCase(Value, "true", FormatStyle::SLS_All); in enumeration()
1446 LLVMStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All; in getLLVMStyle()
H A DTokenAnnotator.cpp5536 case FormatStyle::SLS_All: in mustBreakBefore()