Lines Matching refs:ByRef
14967 bool ByRef = false; in captureInBlock() local
15028 ByRef = true; in captureInBlock()
15076 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
15094 bool ByRef = true; in captureInCapturedRegion() local
15104 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel); in captureInCapturedRegion()
15107 if (ByRef) in captureInCapturedRegion()
15137 RSI->addCapture(Var, /*isBlock*/false, ByRef, RefersToCapturedVariable, Loc, in captureInCapturedRegion()
15191 bool ByRef = false; in captureInLambda() local
15193 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
15195 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
15199 if (ByRef) { in captureInLambda()
15259 if (ByRef) in captureInLambda()
15274 LSI->addCapture(Var, /*IsBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()