Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h954 enum ShortLambdaStyle : int8_t { enum
984 ShortLambdaStyle AllowShortLambdasOnASingleLine;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp652 template <> struct ScalarEnumerationTraits<FormatStyle::ShortLambdaStyle> {
653 static void enumeration(IO &IO, FormatStyle::ShortLambdaStyle &Value) { in enumeration()
H A DTokenAnnotator.cpp5589 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAnEmptyLambdaAllowed()