Lines Matching refs:Void

233     if (mm->parameterNumber_ == 0 && returnType->kind_ == TypeKind::Void) {  in EmitInterfaceMethod()
240 if (i != mm->parameterNumber_ - 1 || returnType->kind_ != TypeKind::Void) { in EmitInterfaceMethod()
244 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceMethod()
432 if (mm->parameterNumber_ == 0 && returnType->kind_ == TypeKind::Void) { in EmitInterfaceProxyMethodDecl()
439 if (i != mm->parameterNumber_ - 1 || returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodDecl()
443 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodDecl()
530 if (mm->parameterNumber_ == 0 && returnType->kind_ == TypeKind::Void) { in EmitInterfaceProxyMethodImpl()
537 if (i != mm->parameterNumber_ - 1 || returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodImpl()
541 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodImpl()
638 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceProxyMethodReply()
791 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImplReturn()
799 if (mm->parameterNumber_ == 0 && returnType->kind_ == TypeKind::Void) { in EmitInterfaceStubMethodImplReturn()
817 if (i != mm->parameterNumber_ - 1 || returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImplReturn()
821 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImplReturn()
860 if (hasOutParameter || returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImpl()
868 if (returnType->kind_ != TypeKind::Void) { in EmitInterfaceStubMethodImpl()
1394 case TypeKind::Void: in EmitFloatType()