Searched refs:LCK_ByRef (Results 1 – 5 of 5) sorted by relevance
34 LCK_ByRef enumerator
492 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()564 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()767 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
788 case LCK_ByRef: in Capture()799 return (VarAndBits.getInt() & Capture_ByCopy)? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
1308 case LCK_ByRef: in VisitLambdaExpr()
687 Kind = LCK_ByRef; in ParseLambdaIntroducer()