Searched refs:BlockPtrTy (Results 1 – 2 of 2) sorted by relevance
1932 template <typename BlockPtrTy>1934 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,1936 BlockPtrTy Block;1943 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) {1963 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)1974 static VPAllSuccessorsIterator end(BlockPtrTy Block) {1975 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block);1991 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
1541 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local1548 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, None, ConversionEPI); in addBlockPointerConversion()1553 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()1555 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()