Searched refs:LCK_ByCopy (Results 1 – 10 of 10) sorted by relevance
37 LCK_ByCopy, ///< Capturing by copy (a.k.a., by value) enumerator
1023 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()1551 LambdaCaptureKind Kind = From.isCopyCapture() ? LCK_ByCopy : LCK_ByRef; in BuildLambdaExpr()
10300 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaExpr()
829 case LCK_ByCopy: in LambdaCapture()848 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
1340 case LCK_ByCopy: in VisitLambdaExpr()
2081 case LCK_ByCopy: in VisitLambdaExpr()
3022 if (I->getCaptureKind() == LCK_ByCopy) in HasSideEffects()
846 LambdaCaptureKind Kind = LCK_ByCopy; in ParseLambdaIntroducer()
1543 case LCK_ByCopy: in ReadCXXDefinitionData()
5554 case LCK_ByCopy: in AddCXXDefinitionData()