Home | History | Annotate | Download | only in Sema

Lines Matching refs:isAnyPointerType

335   if (QT->isAnyPointerType())
1110 if (QT->isAnyPointerType() || QT->isBlockPointerType()) {
1123 if (!T->isAnyPointerType() && !T->isBlockPointerType()) {
1156 if (T->isAnyPointerType() || T->isBlockPointerType())
1273 if (!T->isAnyPointerType() && !T->isBlockPointerType())
1439 if (RetTy->isAnyPointerType() || RetTy->isBlockPointerType()) {