Lines Matching defs:BPT
508 const auto *BPT = T->castAs<BlockPointerType>();
509 T = Context->getPointerType(BPT->getPointeeType());
1218 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1219 PointeeTy = BPT->getPointeeType();
4804 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4805 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4806 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4822 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4823 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4824 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();