Searched refs:BlockPtrTy (Results 1 – 2 of 2) sorted by relevance
32 template <typename BlockPtrTy>34 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,37 BlockPtrTy Block;44 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs()64 using reference = BlockPtrTy;66 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)77 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()82 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block); in end()94 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
1583 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local1591 S.Context.getFunctionType(BlockPtrTy, std::nullopt, ConversionEPI); in addBlockPointerConversion()1596 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()1598 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()