Searched refs:BeforeLambdaBody (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp340 // arguments) to a new line when BeforeLambdaBody brace wrapping is
342 (!Style.BraceWrapping.BeforeLambdaBody ||
367 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore &&
1144 (!Style.BraceWrapping.BeforeLambdaBody ||
1469 return Style.BraceWrapping.BeforeLambdaBody && Current.is(TT_LambdaLSquare);
1909 if (Style.BraceWrapping.BeforeLambdaBody && Current.Next &&
H A DFormat.cpp211 IO.mapOptional("BeforeLambdaBody", Wrapping.BeforeLambdaBody);
1285 /*BeforeLambdaBody=*/false,
1325 Expanded.BraceWrapping.BeforeLambdaBody = true;
1339 Expanded.BraceWrapping.BeforeLambdaBody = true;
1355 /*BeforeLambdaBody=*/false,
1456 /*BeforeLambdaBody=*/false,
H A DTokenAnnotator.cpp5309 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace) &&
5750 if (Style.BraceWrapping.BeforeLambdaBody && Right.is(TT_LambdaLBrace)) {
/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1373 bool BeforeLambdaBody; member in struct:clang::format::BraceWrappingFlags

Completed in 213 milliseconds