Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h865 enum ShortLambdaStyle : int8_t { enum
895 ShortLambdaStyle AllowShortLambdasOnASingleLine;
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp614 template <> struct ScalarEnumerationTraits<FormatStyle::ShortLambdaStyle> {
615 static void enumeration(IO &IO, FormatStyle::ShortLambdaStyle &Value) { in enumeration()
H A DTokenAnnotator.cpp4971 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAnEmptyLambdaAllowed()