Lines Matching refs:ByRef
18735 bool ByRef = false; in captureInBlock() local
18783 ByRef = true; in captureInBlock()
18792 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()
18805 bool ByRef = true; in captureInCapturedRegion() local
18807 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
18821 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
18825 if (ByRef) in captureInCapturedRegion()
18832 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
18847 bool ByRef = false; in captureInLambda() local
18849 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
18851 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
18865 if (ByRef) { in captureInLambda()
18923 if (ByRef) in captureInLambda()
18938 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()