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();
5010 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5011 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
5012 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
5029 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
5030 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
5031 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();