Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h695 enum ShortLambdaStyle : unsigned char { enum
724 ShortLambdaStyle AllowShortLambdasOnASingleLine;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DTokenAnnotator.cpp3471 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAnEmptyLambdaAllowed()
3477 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAInlineLambdaAllowed()
3500 const FormatToken &Tok, FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isAllmanBraceIncludedBreakableLambda()
H A DFormat.cpp160 template <> struct ScalarEnumerationTraits<FormatStyle::ShortLambdaStyle> {
161 static void enumeration(IO &IO, FormatStyle::ShortLambdaStyle &Value) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst814 **AllowShortLambdasOnASingleLine** (``ShortLambdaStyle``)