Home | History | Annotate | Download | only in Sema

Lines Matching refs:getResultType

325     ReturnsVoid = FD->getResultType()->isVoidType();
330 ReturnsVoid = MD->getResultType()->isVoidType();
337 if (FT->getResultType()->isVoidType())