Home | History | Annotate | Download | only in Sema

Lines Matching refs:BlockPointerType

359     } else if (const BlockPointerType *ptr = type->getAs<BlockPointerType>()) {
4695 } else if (const BlockPointerType *BPT =
4696 Fn->getType()->getAs<BlockPointerType>()) {
5519 if (const BlockPointerType *LHSBTy = LHSTy->getAs<BlockPointerType>()) {
5521 rhptee = RHSTy->castAs<BlockPointerType>()->getPointeeType();
6268 lhptee = cast<BlockPointerType>(LHSType)->getPointeeType();
6269 rhptee = cast<BlockPointerType>(RHSType)->getPointeeType();
6481 if (RHSType->getAs<BlockPointerType>()) {
6492 if (isa<BlockPointerType>(LHSType)) {
8111 QualType lpointee = LHSType->castAs<BlockPointerType>()->getPointeeType();
8112 QualType rpointee = RHSType->castAs<BlockPointerType>()->getPointeeType();
12201 QTy = cast<BlockPointerType>(Ty)->getPointeeType();
13142 CalleeType = CalleeType->castAs<BlockPointerType>()->getPointeeType();
13273 assert(isa<BlockPointerType>(E->getType()));