Home | History | Annotate | Download | only in Sema

Lines Matching refs:isAnyPointerType

272   if (Second == ICK_Pointer_Conversion && FromType->isAnyPointerType())
1591 FromType->isAnyPointerType() ||
2640 if (!IsCStyleOrFunctionalCast && !FromType->isAnyPointerType() &&
6648 (!(PointeeTy->isAnyPointerType() || PointeeTy->isReferenceType()))))
7030 if (HasRestrict && CandidateTy->isAnyPointerType() &&