Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVoidPointerType

5354     if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) {
5644 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) {
5664 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) {
6288 if (RHSType->isVoidPointerType()) {