Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCObjectPointerType

1046       else if (DestType->isObjCObjectPointerType()) {
1060 if (SrcType->isObjCObjectPointerType() &&
1061 DestType->isObjCObjectPointerType()) {
1529 !DestType->isObjCObjectPointerType()) {
1908 if ((SrcType->isBlockPointerType() && DestType->isObjCObjectPointerType()) ||
1909 (DestType->isBlockPointerType() && SrcType->isObjCObjectPointerType()))
1914 } else if (DestType->isObjCObjectPointerType()) {
1928 if (CStyle && DestType->isObjCObjectPointerType()) {