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