Searched refs:HasBlocksAttr (Results 1 – 1 of 1) sorted by relevance
13270 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in isVariableCapturable() local13273 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()13317 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in captureInBlock() local13318 if (HasBlocksAttr || CaptureType->isReferenceType() || in captureInBlock()13370 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()