Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BPT

508         const BlockPointerType *BPT = T->getAs<BlockPointerType>();
509 T = Context->getPointerType(BPT->getPointeeType());
1241 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1242 PointeeTy = BPT->getPointeeType();
5014 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5015 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
5016 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
5033 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5034 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
5035 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();