Searched refs:LCK_ByCopy (Results 1 – 7 of 7) sorted by relevance
33 LCK_ByCopy, enumerator
497 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()767 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
7929 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaScope()
785 case LCK_ByCopy: in Capture()799 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
1314 case LCK_ByCopy: in VisitLambdaExpr()
2784 if (I->getCaptureKind() == LCK_ByCopy) in HasSideEffects()
677 LambdaCaptureKind Kind = LCK_ByCopy; in ParseLambdaIntroducer()