Home | History | Annotate | Download | only in Sema

Lines Matching refs:isCopyCapture

1419       LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef;