Lines Matching refs:Capture
81 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap,
312 const BlockDecl::Capture *Capture; // null for 'this' member
319 const BlockDecl::Capture *capture, llvm::Type *type, in BlockLayoutChunk()
324 : Alignment(align), Size(size), Capture(capture), Type(type), in BlockLayoutChunk()
330 if (!Capture) { in setIndex()
334 info.SortedCaptures.push_back(CGBlockInfo::Capture::makeIndex( in setIndex()
336 DisposeFlags, Capture)); in setIndex()
382 computeCopyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T,
386 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T,
390 const BlockDecl::Capture *capture, llvm::Type *type, in addBlockLayout()
536 const BlockDecl::Capture &CI) { in getCaptureFieldType()
624 CGBlockInfo::Capture::makeConstant(constant, &CI)); in computeBlockInfo()
900 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
922 const CGBlockInfo::Capture &enclosingCapture = in EmitBlockLiteral()
1228 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1526 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1569 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1599 computeCopyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, in computeCopyInfoForBlockCapture()
1694 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap, in getBlockCaptureStr()
1700 const BlockDecl::Capture &CI = *Cap.Cap; in getBlockCaptureStr()
1791 const SmallVectorImpl<CGBlockInfo::Capture> &Captures, in getCopyDestroyHelperFuncName()
1931 const BlockDecl::Capture &CI = *capture.Cap; in GenerateCopyHelperFunction()
2012 getBlockFieldFlagsForObjCObjectPointer(const BlockDecl::Capture &CI, in getBlockFieldFlagsForObjCObjectPointer()
2021 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, in computeDestroyInfoForBlockCapture()
2117 const BlockDecl::Capture &CI = *capture.Cap; in GenerateDestroyHelperFunction()