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()
319 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo()
557 static void enterBlockScope(CodeGenFunction &CGF, BlockDecl *block) { in enterBlockScope()
643 const BlockDecl *block) { in findAndRemoveBlockInfo()
751 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral()
1141 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
1168 ImplicitParamDecl selfDecl(getContext(), const_cast<BlockDecl*>(blockDecl), in GenerateBlockFunction()
1370 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateCopyHelperFunction()
1541 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateDestroyHelperFunction()