Home | History | Annotate | Download | only in Sema

Lines Matching refs:CaptureDefault

245                                              LambdaCaptureDefault CaptureDefault) {
256 CaptureDefault);
438 LambdaCaptureDefault CaptureDefault,
446 if (CaptureDefault == LCD_ByCopy)
448 else if (CaptureDefault == LCD_ByRef)
1488 LambdaCaptureDefault CaptureDefault =
1566 if (Captures.empty() && CaptureDefault == LCD_None)
1591 CaptureDefault, CaptureDefaultLoc,