Lines Matching refs:ByRef
19391 bool ByRef = false; in captureInBlock() local
19439 ByRef = true; in captureInBlock()
19448 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()
19461 bool ByRef = true; in captureInCapturedRegion() local
19463 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInCapturedRegion()
19477 ByRef = S.isOpenMPCapturedByRef(Var, RSI->OpenMPLevel, in captureInCapturedRegion()
19481 if (ByRef) in captureInCapturedRegion()
19488 RSI->addCapture(Var, /*isBlock*/ false, ByRef, RefersToCapturedVariable, in captureInCapturedRegion()
19503 bool ByRef = false; in captureInLambda() local
19505 ByRef = (Kind == Sema::TryCapture_ExplicitByRef); in captureInLambda()
19507 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref); in captureInLambda()
19527 if (ByRef) { in captureInLambda()
19585 if (ByRef) in captureInLambda()
19601 LSI->addCapture(Var, /*isBlock=*/false, ByRef, RefersToCapturedVariable, in captureInLambda()