Home | History | Annotate | Download | only in Sema

Lines Matching refs:ReturnType

179     LSI->ReturnType = CallOperator->getResultType();
181 if (!LSI->ReturnType->isDependentType() &&
182 !LSI->ReturnType->isVoidType()) {
183 if (RequireCompleteType(CallOperator->getLocStart(), LSI->ReturnType,
186 } else if (LSI->ReturnType->isObjCObjectOrInterfaceType()) {
188 << LSI->ReturnType;
646 if (LSI->ReturnType.isNull()) {
647 LSI->ReturnType = Context.VoidTy;
665 !Context.hasSameType(LSI->ReturnType, Context.VoidTy))
674 = Context.getFunctionType(LSI->ReturnType,