Lines Matching refs:getBlockDecl
340 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo()
664 if (cur->getBlockDecl() == block) { in findAndRemoveBlockInfo()
687 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
688 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()
697 blockExpr->getBlockDecl())); in EmitBlockLiteral()
705 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda(); in EmitBlockLiteral()
746 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral()
1039 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()
1107 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
1346 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateCopyHelperFunction()
1513 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateDestroyHelperFunction()