Searched refs:LCK_ByCopy (Results 1 – 10 of 10) sorted by relevance
36 LCK_ByCopy, ///< Capturing by copy (a.k.a., by value) enumerator
1039 } else if (C->Kind == LCK_ByCopy && Intro.Default == LCD_ByCopy) { in ActOnStartOfLambdaDefinition()1435 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
9291 : C->getCaptureKind() == LCK_ByCopy in TransformLambdaScope()
902 case LCK_ByCopy: in LambdaCapture()922 return CapByCopy ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
1114 case LCK_ByCopy: in VisitLambdaExpr()
1766 case LCK_ByCopy: in VisitLambdaExpr()
3080 if (I->getCaptureKind() == LCK_ByCopy) in HasSideEffects()
843 LambdaCaptureKind Kind = LCK_ByCopy; in ParseLambdaIntroducer()
1371 case LCK_ByCopy: in ReadCXXDefinitionData()
5723 case LCK_ByCopy: in AddCXXDefinitionData()