Home
last modified time | relevance | path

Searched refs:HasBlocksAttr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp13270 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in isVariableCapturable() local
13273 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()
13317 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in captureInBlock() local
13318 if (HasBlocksAttr || CaptureType->isReferenceType() || in captureInBlock()
13370 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()