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