Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCObjectPointerType

1095       else if (DestType->isObjCObjectPointerType()) {
1109 if (SrcType->isObjCObjectPointerType() &&
1110 DestType->isObjCObjectPointerType()) {
1602 !DestType->isObjCObjectPointerType()) {
1986 if ((SrcType->isBlockPointerType() && DestType->isObjCObjectPointerType()) ||
1987 (DestType->isBlockPointerType() && SrcType->isObjCObjectPointerType()))
1992 } else if (DestType->isObjCObjectPointerType()) {
2006 if (CStyle && DestType->isObjCObjectPointerType()) {