Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp11444 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in isVariableCapturable() local
11447 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()
11491 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in captureInBlock() local
11492 if (HasBlocksAttr || CaptureType->isReferenceType()) { in captureInBlock()
11543 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()