Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVoidType

509     ReturnsVoid = FD->getReturnType()->isVoidType();
513 ReturnsVoid = MD->getReturnType()->isVoidType();
520 if (FT->getReturnType()->isVoidType())