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.h938 enum ShortLambdaStyle : int8_t { enum
968 ShortLambdaStyle AllowShortLambdasOnASingleLine;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp607 template <> struct ScalarEnumerationTraits<FormatStyle::ShortLambdaStyle> {
608 static void enumeration(IO &IO, FormatStyle::ShortLambdaStyle &Value) { in enumeration()
H A DTokenAnnotator.cpp5454 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAnEmptyLambdaAllowed()