Home | History | Annotate | Download | only in Sema

Lines Matching refs:isBlockPointerType

502           SrcType->isBlockPointerType()) &&
505 DestType->isBlockPointerType()) &&
1101 else if (CStyle && DestType->isBlockPointerType()) {
1926 SrcType->isBlockPointerType()) {
1933 DestType->isBlockPointerType();
1935 SrcType->isBlockPointerType();
1986 if ((SrcType->isBlockPointerType() && DestType->isObjCObjectPointerType()) ||
1987 (DestType->isBlockPointerType() && SrcType->isObjCObjectPointerType()))
1994 } else if (DestType->isBlockPointerType()) {
1995 if (!SrcType->isBlockPointerType()) {
2197 if ((SrcType->isAnyPointerType() || SrcType->isBlockPointerType())
2198 && (DestType->isAnyPointerType() || DestType->isBlockPointerType()))