Lines Matching refs:getBlockDecl
324 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo()
654 if (cur->getBlockDecl() == block) { in findAndRemoveBlockInfo()
677 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
678 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()
687 blockExpr->getBlockDecl())); in EmitBlockLiteral()
695 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda(); in EmitBlockLiteral()
756 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral()
1038 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), name); in GetAddrOfGlobalBlock()
1144 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
1372 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateCopyHelperFunction()
1543 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateDestroyHelperFunction()