Searched refs:BlockPtr (Results 1 – 5 of 5) sorted by relevance
59 typedef std::unique_ptr<uint8_t[]> BlockPtr; typedef61 BlockPtr fBlock;
66 fCurBlock.fBlock = BlockPtr(new uint8_t[kBlockSize]); in createBlock()
2228 if (BlockPointerTypeLoc BlockPtr = TL.getAs<BlockPointerTypeLoc>()) { in FormatFunctionParameter() local2229 TL = BlockPtr.getPointeeLoc().IgnoreParens(); in FormatFunctionParameter()