Lines Matching refs:BlockDecl
30 CGBlockInfo::CGBlockInfo(const BlockDecl *block, StringRef name) in CGBlockInfo()
195 const BlockDecl::Capture *Capture; // null for 'this'
200 const BlockDecl::Capture *capture, in BlockLayoutChunk()
340 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo()
572 static void enterBlockScope(CodeGenFunction &CGF, BlockDecl *block) { in enterBlockScope()
658 const BlockDecl *block) { in findAndRemoveBlockInfo()
746 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral()
1107 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
1134 ImplicitParamDecl selfDecl(getContext(), const_cast<BlockDecl*>(blockDecl), in GenerateBlockFunction()
1346 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateCopyHelperFunction()
1513 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateDestroyHelperFunction()