Searched refs:BlockPtrTy (Results 1 – 2 of 2) sorted by relevance
35 template <typename BlockPtrTy>37 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,40 BlockPtrTy Block;47 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) { in getBlockWithSuccs()67 using reference = BlockPtrTy;69 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)80 static VPAllSuccessorsIterator end(BlockPtrTy Block) { in end()85 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block); in end()97 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
1880 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local1887 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, {}, ConversionEPI); in addBlockPointerConversion()1892 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()1894 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()