Lines Matching refs:getBlockDecl
524 const BlockDecl *block = info.getBlockDecl(); in computeBlockInfo()
881 if (cur->getBlockDecl() == block) { in findAndRemoveBlockInfo()
904 if (!blockExpr->getBlockDecl()->hasCaptures()) { in EmitBlockLiteral()
910 CGBlockInfo blockInfo(blockExpr->getBlockDecl(), CurFn->getName()); in EmitBlockLiteral()
919 blockExpr->getBlockDecl())); in EmitBlockLiteral()
935 bool isLambdaConv = blockInfo.getBlockDecl()->isConversionFromLambda(); in EmitBlockLiteral()
958 llvm::Constant *blockISA = blockInfo.getBlockDecl()->doesNotEscape() in EmitBlockLiteral()
976 if (blockInfo.getBlockDecl()->doesNotEscape()) in EmitBlockLiteral()
1032 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in EmitBlockLiteral()
1376 CGBlockInfo blockInfo(BE->getBlockDecl(), Name); in GetAddrOfGlobalBlock()
1529 const BlockDecl *blockDecl = blockInfo.getBlockDecl(); in GenerateBlockFunction()
1764 for (const auto &CI : BlockInfo.getBlockDecl()->captures()) { in findBlockCapturedManagedEntities()