Searched refs:BlockPtrTy (Results 1 – 3 of 3) sorted by relevance
348 using BlockPtrTy = void (^)();351 BlockPtrTy blockPtr = reinterpret_cast<BlockPtrTy>(block); // no-warning
2368 template <typename BlockPtrTy>2370 : public iterator_facade_base<VPAllSuccessorsIterator<BlockPtrTy>,2372 BlockPtrTy Block;2379 static BlockPtrTy getBlockWithSuccs(BlockPtrTy Current) {2399 VPAllSuccessorsIterator(BlockPtrTy Block, size_t Idx = 0)2410 static VPAllSuccessorsIterator end(BlockPtrTy Block) {2411 BlockPtrTy ParentWithSuccs = getBlockWithSuccs(Block);2427 BlockPtrTy operator*() { return deref(Block, SuccessorIdx); }
1542 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion() local1549 QualType ConvTy = S.Context.getFunctionType(BlockPtrTy, None, ConversionEPI); in addBlockPointerConversion()1554 S.Context.getCanonicalType(BlockPtrTy)); in addBlockPointerConversion()1556 S.Context.getTrivialTypeSourceInfo(BlockPtrTy, Loc)); in addBlockPointerConversion()