Lines Matching refs:ByRef
18409 bool ByRef = false; in captureInBlock() local
18457 ByRef = true; in captureInBlock()
18466 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()
18480 bool ByRef = true; in captureInCapturedRegion() local
18482 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
18496 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
18500 if (ByRef) in captureInCapturedRegion()
18507 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
18526 bool ByRef = false; in captureInLambda() local
18528 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
18530 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
18534 if (ByRef) { in captureInLambda()
18592 if (ByRef) in captureInLambda()
18607 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()