Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCObjectPointerType

1056       else if (DestType->isObjCObjectPointerType()) {
1070 if (SrcType->isObjCObjectPointerType() &&
1071 DestType->isObjCObjectPointerType()) {
1552 !DestType->isObjCObjectPointerType()) {
1935 if ((SrcType->isBlockPointerType() && DestType->isObjCObjectPointerType()) ||
1936 (DestType->isBlockPointerType() && SrcType->isObjCObjectPointerType()))
1941 } else if (DestType->isObjCObjectPointerType()) {
1955 if (CStyle && DestType->isObjCObjectPointerType()) {