Home | History | Annotate | Download | only in Frontend

Lines Matching refs:BPT

522         const BlockPointerType *BPT = T->getAs<BlockPointerType>();
523 T = Context->getPointerType(BPT->getPointeeType());
1255 else if (const BlockPointerType *BPT = retType->getAs<BlockPointerType>())
1256 PointeeTy = BPT->getPointeeType();
4944 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4945 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4946 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();
4962 const BlockPointerType *BPT = QT->getAs<BlockPointerType>();
4963 assert(BPT && "BlockPointerTypeTakeAnyBlockArguments(): not a block pointer type");
4964 FTP = BPT->getPointeeType()->getAs<FunctionProtoType>();