Lines Matching refs:ByRef
17513 bool ByRef = false; in captureInBlock() local
17561 ByRef = true; in captureInBlock()
17570 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()
17584 bool ByRef = true; in captureInCapturedRegion() local
17586 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
17600 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
17604 if (ByRef) in captureInCapturedRegion()
17611 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
17630 bool ByRef = false; in captureInLambda() local
17632 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
17634 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
17638 if (ByRef) { in captureInLambda()
17696 if (ByRef) in captureInLambda()
17711 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()