Home | History | Annotate | Download | only in Frontend

Lines Matching defs:BPT

427         const BlockPointerType *BPT = T->getAs<BlockPointerType>();
428 T = Context->getPointerType(BPT->getPointeeType());
1057 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1058 PointeeTy = BPT->getPointeeType();
4011 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4012 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4013 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4029 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4030 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4031 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();