Home | History | Annotate | Download | only in AST

Lines Matching refs:isBlockPointerType

4639   return (Ty->isBlockPointerType() || isObjCNSObjectType(Ty) ||
4659 else if (Ty->isObjCObjectPointerType() || Ty->isBlockPointerType())
6364 if (Ty->isObjCObjectPointerType() || Ty->isBlockPointerType())
6375 assert(CT->isAnyPointerType() || CT->isBlockPointerType());
7177 if (LHS->isObjCIdType() && RHS->isBlockPointerType())
7179 if (RHS->isObjCIdType() && LHS->isBlockPointerType())