Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18337 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in isVariableCapturable() local
18340 if (HasBlocksAttr && (IsLambda || isa<CapturedRegionScopeInfo>(CSI))) { in isVariableCapturable()
18420 const bool HasBlocksAttr = Var->hasAttr<BlocksAttr>(); in captureInBlock() local
18421 if (HasBlocksAttr || CaptureType->isReferenceType() || in captureInBlock()
18434 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock()