Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BPT

426         const BlockPointerType *BPT = T->getAs<BlockPointerType>();
427 T = Context->getPointerType(BPT->getPointeeType());
1061 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1062 PointeeTy = BPT->getPointeeType();
4059 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4060 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4061 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4078 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4079 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4080 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();