Lines Matching refs:Capture

80 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap,
303 const BlockDecl::Capture *Capture; // null for 'this' member
310 const BlockDecl::Capture *capture, llvm::Type *type, in BlockLayoutChunk()
315 : Alignment(align), Size(size), Capture(capture), Type(type), in BlockLayoutChunk()
321 if (!Capture) { in setIndex()
325 info.SortedCaptures.push_back(CGBlockInfo::Capture::makeIndex( in setIndex()
327 DisposeFlags, Capture)); in setIndex()
373 computeCopyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T,
377 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T,
381 const BlockDecl::Capture *capture, llvm::Type *type, in addBlockLayout()
527 const BlockDecl::Capture &CI) { in getCaptureFieldType()
615 CGBlockInfo::Capture::makeConstant(constant, &CI)); in computeBlockInfo()
890 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in EmitBlockLiteral()
912 const CGBlockInfo::Capture &enclosingCapture = in EmitBlockLiteral()
1218 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); in GetAddrOfBlockDecl()
1514 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1554 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); in GenerateBlockFunction()
1584 computeCopyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, in computeCopyInfoForBlockCapture()
1679 static std::string getBlockCaptureStr(const CGBlockInfo::Capture &Cap, in getBlockCaptureStr()
1685 const BlockDecl::Capture &CI = *Cap.Cap; in getBlockCaptureStr()
1776 const SmallVectorImpl<CGBlockInfo::Capture> &Captures, in getCopyDestroyHelperFuncName()
1916 const BlockDecl::Capture &CI = *capture.Cap; in GenerateCopyHelperFunction()
1995 getBlockFieldFlagsForObjCObjectPointer(const BlockDecl::Capture &CI, in getBlockFieldFlagsForObjCObjectPointer()
2004 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, in computeDestroyInfoForBlockCapture()
2100 const BlockDecl::Capture &CI = *capture.Cap; in GenerateDestroyHelperFunction()