Home | History | Annotate | Download | only in Sema

Lines Matching refs:isVoid

1782     bool isVoid = false;
1784 isVoid = Function->getResultType()->isVoidType();
1787 isVoid = Method->getResultType()->isVoidType();
1790 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType();
1792 if (!isVoid) {