Searched refs:HasBlocksAttr (Results 1 – 1 of 1) sorted by relevance
18337 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in isVariableCapturable() local18340 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()18420 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in captureInBlock() local18421 if (HasBlocksAttr || CaptureType->isReferenceType() || in captureInBlock()18434 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()