Lines Matching refs:ByRef
17347 bool ByRef = false; in captureInBlock() local
17395 ByRef = true; in captureInBlock()
17404 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()
17418 bool ByRef = true; in captureInCapturedRegion() local
17420 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
17434 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
17438 if (ByRef) in captureInCapturedRegion()
17445 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
17464 bool ByRef = false; in captureInLambda() local
17466 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
17468 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
17472 if (ByRef) { in captureInLambda()
17530 if (ByRef) in captureInLambda()
17545 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()