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.h978 SLS_All, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp658 IO.enumCase(Value, "All", FormatStyle::SLS_All); in enumeration()
659 IO.enumCase(Value, "true", FormatStyle::SLS_All); in enumeration()
1533 LLVMStyle.AllowShortLambdasOnASingleLine = FormatStyle::SLS_All; in getLLVMStyle()
H A DTokenAnnotator.cpp5682 case FormatStyle::SLS_All: in mustBreakBefore()