Searched refs:LCK_ByRef (Results 1 – 9 of 9) sorted by relevance
37 LCK_ByRef ///< Capturing by reference enumerator
932 if (C->Kind == LCK_ByRef && Intro.Default == LCD_ByRef) { in ActOnStartOfLambdaDefinition()1017 TryCaptureKind Kind = C->Kind == LCK_ByRef ? TryCapture_ExplicitByRef : in ActOnStartOfLambdaDefinition()1322 LambdaCaptureKind Kind = From.isCopyCapture()? LCK_ByCopy : LCK_ByRef; in ActOnLambdaExpr()
9482 const bool ByRef = C->getCaptureKind() == LCK_ByRef; in RebuildLambdaScopeInfo()
906 case LCK_ByRef: in Capture()918 return (DeclAndBits.getInt() & Capture_ByCopy) ? LCK_ByCopy : LCK_ByRef; in getCaptureKind()
883 case LCK_ByRef: in VisitLambdaExpr()
1475 case LCK_ByRef: in VisitLambdaExpr()
770 Kind = LCK_ByRef; in ParseLambdaIntroducer()916 Loc, Kind == LCK_ByRef, Id, InitExpr); in ParseLambdaIntroducer()
1248 case LCK_ByRef: in ReadCXXDefinitionData()
5147 case LCK_ByRef: in AddCXXDefinitionData()