Lines Matching refs:ByRef
11441 bool ByRef = false;
11467 ByRef = true;
11515 CSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc,
11523 bool ByRef = true;
11538 CSI->addCapture(Var, /*isBlock*/false, ByRef, Nested, Loc,
11547 bool ByRef = false;
11549 ByRef = (Kind == TryCapture_ExplicitByRef);
11551 ByRef = (LSI->ImpCaptureStyle == LambdaScopeInfo::ImpCap_LambdaByref);
11555 if (ByRef) {
11607 if (ByRef)
11622 CSI->addCapture(Var, /*IsBlock=*/false, ByRef, Nested, Loc,