Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCIdType

688       result.get()->getType()->isObjCIdType()) {
692 if (!ptr->isObjCIdType())
917 else if (CT->isObjCIdType() ||CT->isBlockPointerType()) {
986 bool receiverIdType = (BaseT->isObjCIdType() ||
1096 bool receiverIdType = (BaseT->isObjCIdType() ||