Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVoidPointerType

5613     if (LHSTy->isVoidPointerType() || RHSTy->isVoidPointerType()) {
5904 if (LHSTy->isVoidPointerType() && RHSTy->isObjCObjectPointerType()) {
5924 if (LHSTy->isObjCObjectPointerType() && RHSTy->isVoidPointerType()) {
6547 if (RHSType->isVoidPointerType()) {