Lines Matching refs:ByRef
13295 bool ByRef = false; in captureInBlock() local
13322 ByRef = true; in captureInBlock()
13370 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
13388 bool ByRef = true; in captureInCapturedRegion() local
13393 ByRef = S.IsOpenMPCapturedByRef(Var, RSI->OpenMPLevel); in captureInCapturedRegion()
13396 if (ByRef) in captureInCapturedRegion()
13424 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion()
13463 bool ByRef = false; in captureInLambda() local
13465 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
13467 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
13471 if (ByRef) { in captureInLambda()
13531 if (ByRef) in captureInLambda()
13546 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()