Home | History | Annotate | Download | only in Rewrite

Lines Matching defs:BPT

418         const BlockPointerType *BPT = T->getAs<BlockPointerType>();
419 T = Context->getPointerType(BPT->getPointeeType());
1048 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1049 PointeeTy = BPT->getPointeeType();
3978 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
3979 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
3980 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
3996 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
3997 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
3998 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();