Home
last modified time | relevance | path

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

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