Home | History | Annotate | Download | only in Sema

Lines Matching refs:isBlockPointerType

192   if (CE->getCallee()->getType()->isBlockPointerType()) {
818 !ValType->isBlockPointerType() && !ValType->isFloatingType()) {
1502 if (!Ty->isBlockPointerType() && !Ty->isFunctionPointerType() &&
1509 } else if (Ty->isBlockPointerType()) {
1959 !ValType->isBlockPointerType()) {
2331 !ValType->isBlockPointerType() && !ValType->isFloatingType() &&
5624 (!S.getLangOpts().ObjCAutoRefCount && lhsType->isBlockPointerType())) {
5706 E->getType()->isBlockPointerType() ||
5827 SubExpr->getType()->isBlockPointerType() ||
7048 if (T->isAnyPointerType() || T->isBlockPointerType() ||