Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:BPT

513         const BlockPointerType *BPT = T->getAs<BlockPointerType>();
514 T = Context->getPointerType(BPT->getPointeeType());
1243 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1244 PointeeTy = BPT->getPointeeType();
4892 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4893 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4894 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4910 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4911 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4912 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();