Searched refs:BlockPtrTy (Results 1 – 2 of 2) sorted by relevance
1820 template <typename BlockPtrTy>1822 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,1824 BlockPtrTy Block;1831 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) {1851 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)1862 static VPAllSuccessorsIterator end(BlockPtrTy Block) {1863 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block);1879 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
1537 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local1544 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, None, ConversionEPI); in addBlockPointerConversion()1549 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()1551 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()