Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:BPT

410         const BlockPointerType *BPT = T->getAs<BlockPointerType>();
411 T = Context->getPointerType(BPT->getPointeeType());
1087 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1088 PointeeTy = BPT->getPointeeType();
4982 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4983 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4984 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
5001 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5002 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
5003 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();