Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h724 enum ShortLambdaStyle : unsigned char { enum
753 ShortLambdaStyle AllowShortLambdasOnASingleLine;
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp180 template <> struct ScalarEnumerationTraits<FormatStyle::ShortLambdaStyle> {
181 static void enumeration(IO &IO, FormatStyle::ShortLambdaStyle &Value) { in enumeration()
H A DTokenAnnotator.cpp3598 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAnEmptyLambdaAllowed()