Home | History | Annotate | Download | only in Sema

Lines Matching refs:LCK_ByCopy

575     } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) {
852 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef;