Home | History | Annotate | Download | only in AST

Lines Matching refs:BlockPointerType

1612         cast<BlockPointerType>(T)->getPointeeType());
2236 BlockPointerType::Profile(ID, T);
2239 if (BlockPointerType *PT =
2250 BlockPointerType *NewIP =
2254 BlockPointerType *New
2255 = new (*this, TypeAlignment) BlockPointerType(T, Canonical);
4798 Expr->getType()->getAs<BlockPointerType>()->getPointeeType();
5406 const BlockPointerType *BT = T->castAs<BlockPointerType>();
7168 QualType LHSPointee = LHS->getAs<BlockPointerType>()->getPointeeType();
7169 QualType RHSPointee = RHS->getAs<BlockPointerType>()->getPointeeType();