Searched refs:CopiedCapture (Results 1 – 1 of 1) sorted by relevance
1978 for (const auto &CopiedCapture : CopiedCaptures) { in GenerateCopyHelperFunction() local1979 const BlockDecl::Capture &CI = *CopiedCapture.CI; in GenerateCopyHelperFunction()1980 const CGBlockInfo::Capture &capture = *CopiedCapture.Capture; in GenerateCopyHelperFunction()1982 BlockFieldFlags flags = CopiedCapture.CopyFlags; in GenerateCopyHelperFunction()1988 switch (CopiedCapture.CopyKind) { in GenerateCopyHelperFunction()2051 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()