Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h608 enum ShortLambdaStyle : int8_t { enum
638 ShortLambdaStyle AllowShortLambdasOnASingleLine;
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp21801 FormatStyle::ShortLambdaStyle::SLS_None; in TEST_F()
21837 FormatStyle::ShortLambdaStyle::SLS_Empty; in TEST_F()
21884 FormatStyle::ShortLambdaStyle::SLS_Inline; in TEST_F()
21915 FormatStyle::ShortLambdaStyle::SLS_All; in TEST_F()
22034 FormatStyle::ShortLambdaStyle::SLS_None; in TEST_F()
22179 FormatStyle::ShortLambdaStyle::SLS_All; in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp231 template <> struct ScalarEnumerationTraits<FormatStyle::ShortLambdaStyle> {
232 static void enumeration(IO &IO, FormatStyle::ShortLambdaStyle &Value) { in enumeration()
H A DTokenAnnotator.cpp4165 FormatStyle::ShortLambdaStyle ShortLambdaOption) { in isItAnEmptyLambdaAllowed()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1100 **AllowShortLambdasOnASingleLine** (``ShortLambdaStyle``) :versionbadge:`clang-format 9`