Home | History | Annotate | Download | only in Sema

Lines Matching refs:isAnyPointerType

249     if (QT->isAnyPointerType())
849 if (QT->isAnyPointerType() || QT->isBlockPointerType()) {
911 if (!T->isAnyPointerType() && !T->isBlockPointerType()) {
927 if (T->isAnyPointerType() || T->isBlockPointerType())
1046 if (!T->isAnyPointerType() && !T->isBlockPointerType()) {
1269 if (RetTy->isAnyPointerType() || RetTy->isBlockPointerType()) {