Lines Matching refs:BlockDecl

36 CGBlockInfo::CGBlockInfo(const BlockDecl *block, StringRef name)  in CGBlockInfo()
86 const BlockDecl::Capture *CI;
93 const BlockDecl::Capture &CI, in BlockCaptureManagedEntity()
343 const BlockDecl::Capture *Capture; // null for 'this'
349 const BlockDecl::Capture *capture, in BlockLayoutChunk()
503 const BlockDecl::Capture &CI) { in getCaptureFieldType()
524 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo()
780 static void enterBlockScope(CodeGenFunction &CGF, BlockDecl *block) { in enterBlockScope()
875 const BlockDecl *block) { in findAndRemoveBlockInfo()
1032 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral()
1529 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
1565 ImplicitParamDecl SelfDecl(getContext(), const_cast<BlockDecl *>(blockDecl), in GenerateBlockFunction()
1700 computeCopyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, in computeCopyInfoForBlockCapture()
1757 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T,
1825 const BlockDecl::Capture &CI = *E.CI; in getBlockCaptureStr()
2059 const BlockDecl::Capture &CI = *CopiedCapture.CI; in GenerateCopyHelperFunction()
2141 getBlockFieldFlagsForObjCObjectPointer(const BlockDecl::Capture &CI, in getBlockFieldFlagsForObjCObjectPointer()
2150 computeDestroyInfoForBlockCapture(const BlockDecl::Capture &CI, QualType T, in computeDestroyInfoForBlockCapture()
2250 const BlockDecl::Capture &CI = *DestroyedCapture.CI; in GenerateDestroyHelperFunction()