Searched refs:CopiedCapture (Results 1 – 1 of 1) sorted by relevance
2058 for (const auto &CopiedCapture : CopiedCaptures) { in GenerateCopyHelperFunction() local2059 const BlockDecl::Capture &CI = *CopiedCapture.CI; in GenerateCopyHelperFunction()2060 const CGBlockInfo::Capture &capture = *CopiedCapture.Capture; in GenerateCopyHelperFunction()2062 BlockFieldFlags flags = CopiedCapture.CopyFlags; in GenerateCopyHelperFunction()2068 switch (CopiedCapture.CopyKind) { in GenerateCopyHelperFunction()2131 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()